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 the future
|
||||||
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.
|
Fluxion is a remake of linset by vk439 with fixed bugs and added features. It's compatible with the latest release of Kali (Rolling)
|
||||||
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]
|
|
||||||
|
|
||||||
|
|
||||||
#How it works
|
#How it works
|
||||||
|
|
||||||
* Scan the networks.
|
* 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 *
|
* Use WEB Interface *
|
||||||
* Mounts one FakeAP imitating the original
|
* Launches a FakeAP instance imitating the original access point
|
||||||
* A DHCP server is created on FakeAP
|
* 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.
|
||||||
* It creates a DNS server to redirect all requests to the Host
|
* A DHCP server is lainched in FakeAP network
|
||||||
* The web server with the selected interface is launched
|
* A fake DNS server is launched in order to capture all of the DNS requests and redirect them to the host running the script
|
||||||
* The mechanism is launched to check the validity of the passwords that will be introduced
|
* A captive portal is launched in order to serve a page, which prompts the user to enter their WPA password
|
||||||
* It deauthentificate all users of the network, hoping to connect to FakeAP and enter the password.
|
* Each submitted password is verified against the handshake captured earlier
|
||||||
* The attack will stop after the correct password checking
|
* The attack will automatically terminate once correct password is submitted
|
||||||
|
|
||||||
**Check FLUX WIKI to lern more**
|
|
||||||
|
|
||||||
#Install:
|
#Install dependencies:
|
||||||
1. Run Bash with **$ sudo ./flux**
|
1. Run installer script
|
||||||
```shell
|
```shell
|
||||||
$ sudo ./flux
|
sudo ./Installer.sh
|
||||||
```
|
```
|
||||||
|
#Launch fluxion
|
||||||
|
2) Execute the main script
|
||||||
|
```shell
|
||||||
|
$ sudo ./fluxion
|
||||||
|
```
|
||||||
|
|
||||||
#Credits
|
#Credits
|
||||||
1. Deltax @FLuX and Fluxion main developer
|
1. Deltax @FLuX and Fluxion main developer
|
||||||
2. Strasharo @Fluxion help to fix DHCPD and Pyrit Problems, spelling mistakes and translation mistakes
|
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
|
5. Derv82 @Wifite/2
|
||||||
6. Sophron @Wifiphisher
|
6. Sophron @Wifiphisher
|
||||||
|
|
||||||
**Check out the Linset project to lern more**
|
|
||||||
|
|
||||||
#Bugs
|
#Bugs fixed
|
||||||
- [ ] Negative Channel
|
- [x] Negative Channel
|
||||||
- [x] Kali Patch for Kali Patch 2
|
- [x] Kali Patch for Kali Patch 2
|
||||||
- [x] Added airmon
|
- [x] Added airmon
|
||||||
- [x] Translate DE --> EN
|
- [x] Translate DE --> EN
|
||||||
|
|
Loading…
Reference in New Issue