Skip to main content

Posts

Showing posts with the label Kali linux

Hacking WiFi passwords using aircrack-ng (Kali/other linux)

Hacking.. Wouldn't it be great if you can hack you neighbours wifi password and use that for rest of your life. Yeah it would be.. But there is a problem if they find out you can end up in jail. But for the purpose of your curosity I will tell you how can you hack the wifi password using Kali Linux. But use this only for the purpose of your curosity as it is a voilation of somebodies privacy. We don't recommend using this on strangers/friends/neighbours.. anybody. Requirements: Linux (I used Kali) - if you don't have Kali use this link   aircrack-ng (apt-get install aircrack-ng) Word dictionary (https://github.com/brannondorsey/naive-hashcat/releases/download/data/rockyou.txt) I recommend installing/downloading them before you begin as the connection is lost when you begin the process. Step 1 : Open the terminal. Install aircrack sudo apt-get install aircrack-ng Complete the installation Step 2 :  Type airmon-ng command prompt. You will see the interfaces...

Install Kali Linux (live) on USB/Hard disk

Kali Linux is a Debian-derived Linux distribution designed for digital forensics and penetration testing. It is maintained and funded by Offensive Security Ltd. It is commonly used for hacking. So, in this post I will tell you how to install on external USB or Hard disk. Best thing about Kali is that it can be used directly from your external device and you don't have to install in on your computer. Things required:  External USB/Hard disk. Kali Linux iso file Rufus (Optional) Minitool Step 1 : Download Kali Linux . Any version that suits you. The light version will have less applications installed. Step 2 : Download Rufus . Rufus will help us make the USB bootable. I download the portable version.  Step 3 : Open Rufus, Select the device (If you are using an external hard disk press Alt + F, it will enable detection of the Hard disk) and ISO file for Kali linux in Boot Selection. Then click start   There will be some prompts just press ...