fluxion/README.md

72 lines
2.8 KiB
Markdown
Raw Normal View History

2016-03-17 15:43:09 -06:00
#Fluxion is the future
2016-06-10 05:04:23 -06:00
Fluxion is a remake of linset by vk439 with less bugs and more features. It's compatible with the latest release of Kali (Rolling)
2016-02-25 07:50:42 -07:00
2016-04-09 05:40:40 -06:00
## :scroll: Changelog
2016-06-10 05:04:23 -06:00
Fluxion gets weekly updates with new features, improvements and bugfixes.
2016-04-21 05:49:18 -06:00
Be sure to check out the [Changelog] (https://github.com/deltaxflux/fluxion)
2016-04-09 05:40:40 -06:00
2016-04-21 05:48:31 -06:00
## :octocat: How to contribute
2016-06-10 05:04:23 -06:00
All contributions are welcome, from code to documentation, to graphics, to design suggestions, to bug reports. Please use GitHub to its fullest-- contribute Pull Requests, contribute tutorials or other wiki content-- whatever you have to offer, we can use it!
2016-04-09 05:40:40 -06:00
2016-04-09 05:44:26 -06:00
## :book: How it works
2016-02-25 07:50:42 -07:00
2016-02-23 05:59:28 -07:00
* Scan the networks.
2016-06-10 05:04:23 -06:00
* Capture a 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-06-10 05:04:23 -06:00
* Launch a FakeAP instance to imitate the original access point
* Spawns a MDK3 process, which deauthenticates all users connected to the target network, so they can be lured to connect to the FakeAP and enter the WPA password.
* A fake DNS server is launched in order to capture all DNS requests and redirect them to the host running the script
2016-03-17 15:43:09 -06:00
* A captive portal is launched in order to serve a page, which prompts the user to enter their WPA password
2016-06-10 05:04:23 -06:00
* Each submitted password is verified by the handshake captured earlier
* The attack will automatically terminate, as soon as a correct password is submitted
2016-03-17 15:43:09 -06:00
2016-04-21 05:48:31 -06:00
## :heavy_exclamation_mark: Requirements
2016-03-17 15:43:09 -06:00
2016-04-21 05:48:31 -06:00
A linux operating system. We recommend Kali Linux 2 or Kali 2016.1 rolling. Kali 2 & 2016 support the latest aircrack-ng versions. A external wifi card is recommended.
2016-03-06 12:38:32 -07:00
2016-06-10 05:04:23 -06:00
## :100: Useful Help / Noobfriendly ###
2016-05-12 13:53:42 -06:00
How to start a script?
```
$ sudo ./fluxion
```
How to change dos2unix²
```
$ sudo apt-get update
$ sudo apt-get install dos2unix
4 sudo dos2unix fluxion
```
I can't run my script / My script is not executable
```
$ sudo chmod +x fluxion
```
2016-06-10 05:04:23 -06:00
How to clone the repo
2016-05-12 13:53:42 -06:00
```
$ sudo git clone https://www.github.com/deltaxflux/fluxion.git
```
Syntax error line 52
Open up fluxion with a editor e.g. gedit
```
$ sudo gedit fluxion
```
And add this line:
```
#!/bin/bash
```
Without spaces, at the top
2016-04-09 05:40:40 -06:00
## :octocat: Credits
1. Deltax @FLuX and Fluxion main developer
2. Strasharo @Fluxion help to fix DHCPD and pyrit problems, spelling mistakes
3. vk439 @Linset main developer of linset
2016-05-01 21:06:38 -06:00
4. ApatheticEuphoria @WPS-SLAUGHTER,Bruteforce Script,Help with Fluxion
2016-04-09 05:40:40 -06:00
5. Derv82 @Wifite/2
2016-04-21 05:48:31 -06:00
## Disclaimer
***Note: Fluxion is intended to be used for legal security purposes only, and you should only use it to protect networks/hosts you own or have permission to test. Any other use is not the responsibility of the developer(s). Be sure that you understand and are complying with the Fluxion licenses and laws in your area. In other words, don't be stupid, don't be an asshole, and use this tool responsibly and legally.***