fluxion/README.md

48 lines
1.6 KiB
Markdown
Raw Normal View History

2016-03-17 15:43:09 -06:00
#Fluxion is the future
Fluxion is a remake of linset by vk439 with fixed bugs and added features. It's compatible with the latest release of Kali (Rolling)
2016-02-25 07:50:42 -07:00
2016-02-25 07:51:17 -07:00
#How it works
2016-02-25 07:50:42 -07:00
2016-02-23 05:59:28 -07:00
* Scan the networks.
2016-03-17 15:43:09 -06:00
* Capture handshake (can't be used without a valid handshake, it's necessary to verify the password)
2016-02-23 05:59:28 -07:00
* Use WEB Interface *
2016-03-17 15:43:09 -06:00
* Launches a FakeAP instance imitating the original access point
* Spawns a MDK3 processs, which deauthentificates all of the users connected to the target network, so they can be lured to connect to FakeAP network and enter the WPA password.
* A DHCP server is lainched in FakeAP network
* A fake DNS server is launched in order to capture all of the DNS requests and redirect them to the host running the script
* A captive portal is launched in order to serve a page, which prompts the user to enter their WPA password
* Each submitted password is verified against the handshake captured earlier
* The attack will automatically terminate once correct password is submitted
#Install dependencies:
1. Run installer script
```shell
sudo ./Installer.sh
```
#Launch fluxion
2) Execute the main script
2016-02-25 08:09:30 -07:00
```shell
2016-03-17 15:43:09 -06:00
$ sudo ./fluxion
2016-02-25 08:06:33 -07:00
```
2016-03-17 15:43:09 -06:00
2016-03-06 12:37:00 -07:00
#Credits
1. Deltax @FLuX and Fluxion main developer
2. Strasharo @Fluxion help to fix DHCPD and Pyrit Problems, spelling mistakes and translation mistakes
3. vk439 @Linset main developer of linset
2016-03-10 09:22:45 -07:00
4. ApatheticEuphoria @Wifi-Slaughter WPS Crack
2016-03-13 01:12:26 -07:00
5. Derv82 @Wifite/2
6. Sophron @Wifiphisher
2016-03-06 12:38:32 -07:00
2016-03-17 15:43:09 -06:00
#Bugs fixed
- [x] Negative Channel
2016-03-05 05:07:34 -07:00
- [x] Kali Patch for Kali Patch 2
- [x] Added airmon
- [x] Translate DE --> EN
- [x] Handshake get fixed
2016-02-25 08:01:56 -07:00
- [x] Check Updates
- [x] Animations
- [x] Wifi List Bug
2016-02-25 07:59:55 -07:00