fluxion/README.md

80 lines
4.2 KiB
Markdown
Raw Normal View History

2017-08-22 14:15:06 -06:00
![Fuxion logo](https://github.com/FluxionNetwork/fluxion/raw/master/logos/logo.jpg)
2017-04-23 23:26:32 -06:00
# 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 (phising) 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. Read the [FAQ](https://github.com/FluxionNetwork/fluxion/wiki/FAQ) before requesting issues.
2016-02-25 07:50:42 -07:00
2017-07-21 15:22:26 -06:00
## Router login page
Share your own router page with a simple script
```
cd scripts
sudo sh router.sh
```
2017-04-23 23:23:08 -06:00
## Installation
2017-12-30 03:59:22 -07:00
Read [here](https://github.com/FluxionNetwork/fluxion/wiki/Generate-ssh-keys) before you do the following steps.
<br>
**Download the latest revision**
2017-08-16 12:10:50 -06:00
```
2017-12-30 03:59:22 -07:00
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
2017-08-16 12:10:50 -06:00
```
2016-10-01 13:08:11 -06:00
2016-04-09 05:40:40 -06:00
## :scroll: Changelog
Fluxion gets weekly updates with new features, improvements, and bugfixes.
2017-05-02 13:13:56 -06:00
Be sure to check out the [changelog here](https://github.com/FluxionNetwork/fluxion/commits/master).
2016-04-09 05:40:40 -06:00
2016-04-21 05:48:31 -06:00
## :octocat: How to contribute
2017-12-31 09:14:31 -07:00
All contributions are welcome! Code, documentation, graphics, or even design suggestions are welcome; use GitHub to its fullest. Submit pull requests, contribute tutorials or other wiki content -- whatever you have to offer, it'll be appreciated but please follow the [style guide](https://github.com/FluxionNetwork/fluxion/wiki/Code-style-guide).
2016-04-09 05:40:40 -06:00
2016-09-24 06:00:23 -06:00
## :book: How it works
* Scan for a target wireless network.
* Launch the `Handshake Snooper` attack.
* Capture a handshake (necessary for password verification).
* Launch `Captive Portal` attack.
* Spawns a rogue (fake) AP, imitating the original access point.
* Spawns a DNS server, redirecting all requests to the attacker's host running the captive portal.
* Spawns a web server, serving the captive portal which prompts users for their WPA/WPA2 key.
* Spawns a jammer, deauthenticating all clients from original AP and lureing them to the rogue AP.
* All authentication attempts at the captive portal are checked against the handshake file captured earlier.
* The attack will automatically terminate once a correct key has been submitted.
* The key will be logged and clients will be allowed to reconnect to the target access point.
2016-03-17 15:43:09 -06:00
* For a guide to the `Captive Portal` attack, read the [Captive Portal attack guide](https://github.com/FluxionNetwork/fluxion/wiki/Captive-Portal-Attack)
## :heavy_exclamation_mark: Requirements
2016-03-17 15:43:09 -06:00
A Linux-based operating system. We recommend Kali Linux 2 or Kali rolling. Kali 2 & rolling support the latest aircrack-ng versions. An external wifi card is recommended.
2016-03-06 12:38:32 -07:00
2017-07-21 15:55:26 -06:00
## Related work
For development I use vim and tmux. Here are my [dotfiles](https://github.com/deltaxflux/takumi/)
2016-04-09 05:40:40 -06:00
## :octocat: Credits
2016-12-31 03:22:04 -07:00
1. l3op - contributor
2. dlinkproto - contributor
3. vk496 - developer of linset
4. Derv82 - @Wifite/2
2017-07-02 04:50:36 -06:00
5. Princeofguilty - @webpages and @buteforce
2016-12-31 03:22:04 -07:00
6. Photos for wiki @http://www.kalitutorials.net
7. Ons Ali @wallpaper
2017-05-01 11:32:15 -06:00
8. PappleTec @sites
2017-08-12 00:06:58 -06:00
9. MPX4132 - Fluxion V3
2016-04-21 05:48:31 -06:00
## Disclaimer
* Authors do not own the logos under the `/attacks/Captive Portal/sites/` directory. Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research.
2016-04-21 05:48:31 -06:00
* The usage of Fluxion for attacking infrastructures without prior mutual consent could be considered an illegal activity, and is highly discouraged by its authors/developers. It is the end user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program.
2017-08-22 14:13:16 -06:00
## Note
* Beware of sites pretending to be related with the Fluxion Project. These may be delivering malware.
2017-08-20 00:10:28 -06:00
* Fluxion **DOES NOT WORK** on Linux Subsystem For Windows 10, because the subsystem doesn't allow access to network interfaces. Any Issue regarding the same would be **Closed Immediately**
2017-08-20 00:10:28 -06:00