Skip to main content

Posts

How to use the multiple tabs in the Kali Linux terminal

How to use By default, Gnome Terminal Emulator  allows you to handle the tabs through keyboard combinations. So just open a new terminal and try with the following combinations: Add new tab To add a new tab press: Ctrl  +  Shift  +  T Close tab To close a tab, use the following combination once the desired tab is focused: Ctrl   +   Shift   +   W Switch tab To focus another tab in the console, use the following combinations. To switch one tab forward: Ctrl   +   Pg Up To switch one tab backwards: Ctrl   +   Pg Dn Move tab position With Gnome, you are able to change the position of the focused tab by using the following combinations. To move the tab one position up: Ctrl   +   Shift   +   Pg Up To move the tab one position down: Ctrl   +   Shift   +   Pg Dn

How to crack hasher algorithms like MD5, SHA1 using findmyhash in Kali Linux

Have you ever find an interesting hash on Internet or in some old database that used to be not so secure ? Now, with awesome and broad web services that you can find on the internet, you may be able to know what that hash used to look before it were hashed by some hasher algorithm like MD5, SHA1 or GOST. In Kali Linux, you may boost the process of searching on internet for the original string of your hash using the findmyhash tool that will do the job for you. findmyhash is an useful python script used to crack a lot of hashes using web services. How does findmyhash works ? findmyhash is an awesome command line utility that cracks hashes through different online services. As you may know, functions like MD5 aren't plainly encryption tools (though it may be used as part of some encryption algorithms) but a one way hash function, that means that you can't reverse it with certainty. Basically what it does is to send the hash that you provide to different web...

How To Upload photo/video To Instagram From Desktop

How To Upload photo/video To Instagram From Desktop STEPS FOR WINDOWS AND LINUX!!!! 1>  OPEN instagram website FROM DESKTOP 2>Now press right click of your mouse and select INSPECT ELEMENT (Q)  AFTER PRESSING INSPECT ELEMENT (Q)     4> Now from INSPECT ELEMENT (Q) TOOL BAR select RESPONSIVE DEIGN MODE    AFTER     5> Select any device mode from option NO DEVICE SELECTED AFTER THAT YOU WILL GET OPTION TO UPLOAD PHOTO AND VIDEO   FOR OSX (APPLE) Device Mode is there more for developers to test various screen sizes, site performance and such things, but this is a handy feature. To access it go to View>Developer>Developer Tools , and then you’ll see a little icon that looks like a phone and tablet in the top right which allows you to toggle the mobile site version on and off.  BY ROCKSTARDEVIL  LIKE AND  SHARE   COMM...

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...

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 SS...

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 a...

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 im...

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 Window...

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  -