Install fluxion 3 in kali linux 2018.1
Fluxion is the future of MITM WPA attacks
Fluxion is a security auditing and social-engineering research tool. It is a remake of linset by vk496 with (hopefully) less bugs and more functionality. The script attempts to retrieve the WPA/WPA2 key from a target access point by means of a social engineering (phishing) attack. It's compatible with the latest release of Kali (rolling). Fluxion's attacks' setup is mostly manual, but experimental auto-mode handles some of the attacks' setup parameters.
Installation
Follow the steps correctly
First we have to Generate ssh keys
So let's start.
Generate ssh keys
Using the SSH protocol, you can connect and authenticate to remote servers and services. With SSH keys, you can connect to GitHub without supplying your username or password at each visit. You can now use ssh to clone the repo and initialize all submodules.
Generate a ssh key
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
Adding your SSH key to the ssh-agent
Start the ssh-agent in the background
eval "$(ssh-agent -s)"
Add key to ssh agent
ssh-add ~/.ssh/id_rsa
Add key to Github
The easiest way to copy the contents of the public key to your clipboard is to use xclip, but you can also do it manually.
xclip -sel clip < ~/.ssh/id_rsa.pub
After:
- In the upper-right corner of any page, click your profile photo, then click Settings.
- In the user settings sidebar, click SSH and GPG keys.
- Click New SSH key or Add SSH key.
- In the "Title" field, add a descriptive label for the new key.
- Click Add SSH key.
Download the latest revision
git clone --recursive git@github.com:FluxionNetwork/fluxion.git
Switch to tool's directory
cd fluxion
Run fluxion (missing dependencies will be auto-installed)
./fluxion.sh
BEST WIFI ADAPTER FOR FLUXION AND KALI LINUX
1 TP-LINK TL-WN722N
No comments