Skip to main content

Posts

Showing posts from September, 2017

How to Install Simple Screen Recorder on Ubuntu, LinuxMint and kali linux

How to Install Simple Screen Recorder on Ubuntu, LinuxMint and kali linux Screen Recorder applications are useful for the persons who creates demos, how to tutorials etc. Simple Screen Recorder (SSR) provides us a fast and efficient way to record your system’s screen. Using SSR you can record an entire screen of your system or only selected area in rectangular format. Benefits of SSR SSR is multi-threaded SSR is capable for Live streaming of videos SSR supports many different types of codecs like MKV, WebM, MP4 etc SSR can record on 32-bit OpenGL application within a 64-bit OS Install SSR Using below steps first add the required PPA (ppa:maarten-baert/simplescreenrecorder) to our system. After that update the repository and then install simplescreenrecorder package. $ sudo add-apt-repository ppa:maarten-baert/simplescreenrecorder $ sudo apt-get update $ sudo apt-get install simplescreenrecorder Record Screen Using SSR Start Simple Screen Recorder using menus o

Reading Package lists..Done in kali linux | fix kali sources.list Repositories 2017.2/.1

Reading Package lists..Done in kali linux | fix kali sources.list Repositories  2017.1 / 2017.2   Kali Linux Repository HTTPS Support   1> Start Kali Linux and open a terminal . 2> Past This Command in Terminal   apt install apt-transport-https 3> Terminal Command leafpad /etc/apt/sources.list after this comment notepad will pop up now remove every line of them and add this new lines - deb https://http.kali.org/kali kali-rolling main non-free contrib # deb-src https://http.kali.org/kali kali-rolling main non-free contrib  Save and close the file. Now Use this command  apt-get clean && apt-get update && apt-get upgrade -y && apt-get dist-upgrade -y or apt update apt upgrade   apt dist-upgrade 4> and then again use this command apt install apt-transport-https -y Done

How To Update and Upgrade Kali Linux 2017.2 to latest version

  How To Update and Upgrade Kali Linux 2017.2 to latest version | how to download latest 2017.2 latest version Kali Linux has been released new version 2017.2 , So get it Now Download :  https://www.kali.org/downloads/ Update and Upgrade Kali Linux Hey, first check Kali Linux version and then update and upgrade Kali Linux. As we know Offensive security always released a newer version of Kali Linux.  The newer version fixes bugs and the latest kernel, latest tools, and sometimes adds new tools. In update, advanced package tool (APT)  fetched headers data of available tools on the repository and saved into a local drive How to check Kali Linux version #lsb_release -a Update Kali Linux to latest version can be performed by the following command # apt-get update or $ sudo apt-get update  In Upgrade, apt install a newer version of tools and removed the older version. It upgrades only tools. # apt-get upgrade $ sudo apt-get upgrade  Dist-upgrade

Kali Linux 2017.2 Released : What's New With New Hacking Tools

 Fixed error of kali linux 2017.1 This release is a roll-up of all updates and fixes since our 2017.1 release in April. In tangible terms, if you were to install Kali from your 2017.1 ISO, after logging in to the desktop and running ‘apt update && apt full-upgrade’, you would be faced with something similiar to this daunting message:   1399 upgraded, 171 newly installed, 16 to remove and 0 not upgraded. Need to get 1,477 MB of archives. After this operation, 1,231 MB of additional disk space will be used. Do you want to continue? [Y/n]   That would make for a whole lot of downloading, unpacking, and configuring of packages. Naturally, these numbers don’t tell the entire tale so read on to see what’s new in this release.   New tools in Kali Linux 2017.2 While more than a dozen new tools have been added to the Kali repositories, some of the notable ones are listed below: hurl – hexadecimal and URL encoder/decoder phishery – injects SSL-enabled basic aut

How to install WiFi-Pumpkin

what is  WiFi-Pumpkin   WiFi-Pumpkin is security tool that provide the Rogue access point to Man-In-The-Middle and network attacks. purporting to provide wireless Internet services, but snooping on the traffic. can be used to capture of credentials of unsuspecting users by either snooping the communication by phishing. DEF - WiFi-Pumpkin framework for Rogue Wi-Fi Access Point Attack It helps a hacker to create a free open fake wifi and as soon as victim connects to the fake open wifi, he gets trapped. However, the best feature is that if your internet connection is working, victim will get access to internet. Hence, more chances of him to get trapped(Nice, isn’t it?). STEPS TO INSTALL WiFi-Pumpkin Install Dependencies ( necessary package  )   Python's package manager, Pip, will help us manage the rest of the installation. To install it on Kali Linux, run the following commands. 1> sudo apt-get install -y python-pip 2>copy this command and past in term

DIGITAL NUMBER SYSTEM PART-1 (data representation)

WELCOME TO DEVILz LINUX (ROCK STAR DEVIL) TOPIC - NUMBER SYSTEM (DATA REPRSENTION) What Is NUMBER SYSTEM? DEF - A organized way of representing number is know as number system. WHAT IS DIGITAL NUMBER SYSTEM ?? DEF - IN DIGITAL REPRESENTATION, in various systems are used. The most common number systems used are decimal, binary , octal, and hexadecimal system.  Number Systems Most number systems follow a common pattern for writing down the value of a number: A fixed number of values can be written with a single numerical character, then a new column is used to count how many times the highest value in the counting system has been reached. The number of numerical values the system uses is called the base of the system. For example, the decimal system has 10 numerical characters and so has a base of 10: 0 1 2 3 4 5 6 7 8 9 For writing numbers greater than 9 a second column is added to the left, and this column has 10 times the value of the column immedi

HOW TO SETUP KALI DOCKERS ON WINDOWS 10

HOW TO SETUP Kali Linux in Docker on Windows 10 What is Docker? Docker is an open source technology that lets you create, run, test, and deploy distributed applications within software containers. Docker allows you to deploy applications quickly, reliably and stably in any environment. Why use Docker? Because the containers are portable, convenient and fast. With Docker, we can create an image and use it as the basis for each environment we create. For example, we download the basic container Kali Linux, which does not come with the tools installed. Let’s see that from this basic container, can go installing the tools I need and then save with a new name, without the original container, to be, affected. Thus being able, from the base image, create a container with tools for forensics, a container with tools to PenTest web, for example. Install the Metasploit Framework (IN WINDOWS 10 DOCKERS) CLICK HERE my thought  The next best thing is Containers. In the Windows wo

HOW TO Install the Metasploit Framework (IN WINDOWS 10 DOCKERS)

HOW TO Install the Metasploit Framework (IN WINDOWS 10 DOCKERS) CLICK HERE FOR STEPS TO INSTALL KALI LINUX WITH DOCKERS IN WINDOWS 10 -  COMMAND - FOR INSTALLING METASPLOIT IN WINDOWS 10 DOCKERS apt install metasploit-framework ruby OR   apt-get install metasploit  IF IT DOESNT WORK CLICK HERE CLICK HERE FOR STEPS TO INSTALL KALI LINUX WITH DOCKERS IN WINDOWS 10  -  start up the PostgresSQL database - PROOF ASK ANY QUSTION HERE -  https://devilzlinux.blogspot.in/p/document.html CLICK HERE FOR STEPS TO INSTALL KALI LINUX WITH DOCKERS IN WINDOWS 10  -