polish README file
This commit is contained in:
parent
d46732c817
commit
5c9d6ba9cd
47
README.md
47
README.md
|
@ -1,35 +1,31 @@
|
|||
#Fluxion is the futur
|
||||
Fluxion is based of the the latest programms included aircrack-ng. Howevery flux get even faster and faster. Now it is approximately twice as fast as linset. Fluxion and FLux is based on linset. Fluxion is now working on Kali 2 / 2016.
|
||||
Lots of bugs get fixed.
|
||||
|
||||
#Flux
|
||||
|
||||
Flux is a auto WIFI CRACKER to test your one wifi. Simple, Easy to use and fast.
|
||||
Flux is a remake of linset by v496, with more functions, and less Bugs.
|
||||
Flux use a Installer, check requirements
|
||||
Some Bugs are fixed like negative channel [aireplay-ng] , enable wlan0mon[SEF]
|
||||
|
||||
#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)
|
||||
|
||||
#How it works
|
||||
|
||||
* Scan the networks.
|
||||
* Capture handshake (can be used without handshake)
|
||||
* Capture handshake (can't be used without a valid handshake, it's necessary to verify the password)
|
||||
* Use WEB Interface *
|
||||
* Mounts one FakeAP imitating the original
|
||||
* A DHCP server is created on FakeAP
|
||||
* It creates a DNS server to redirect all requests to the Host
|
||||
* The web server with the selected interface is launched
|
||||
* The mechanism is launched to check the validity of the passwords that will be introduced
|
||||
* It deauthentificate all users of the network, hoping to connect to FakeAP and enter the password.
|
||||
* The attack will stop after the correct password checking
|
||||
* 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
|
||||
|
||||
**Check FLUX WIKI to lern more**
|
||||
|
||||
#Install:
|
||||
1. Run Bash with **$ sudo ./flux**
|
||||
#Install dependencies:
|
||||
1. Run installer script
|
||||
```shell
|
||||
$ sudo ./flux
|
||||
sudo ./Installer.sh
|
||||
```
|
||||
#Launch fluxion
|
||||
2) Execute the main script
|
||||
```shell
|
||||
$ sudo ./fluxion
|
||||
```
|
||||
|
||||
#Credits
|
||||
1. Deltax @FLuX and Fluxion main developer
|
||||
2. Strasharo @Fluxion help to fix DHCPD and Pyrit Problems, spelling mistakes and translation mistakes
|
||||
|
@ -38,10 +34,9 @@ $ sudo ./flux
|
|||
5. Derv82 @Wifite/2
|
||||
6. Sophron @Wifiphisher
|
||||
|
||||
**Check out the Linset project to lern more**
|
||||
|
||||
#Bugs
|
||||
- [ ] Negative Channel
|
||||
#Bugs fixed
|
||||
- [x] Negative Channel
|
||||
- [x] Kali Patch for Kali Patch 2
|
||||
- [x] Added airmon
|
||||
- [x] Translate DE --> EN
|
||||
|
|
Loading…
Reference in New Issue