Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sighook/refluxion

Refluxion -- MITM WPA attacks tool
https://github.com/sighook/refluxion

attack captive-portal captiveportal hacking-tool mitm mitm-attacks mitm-framework wifi wifi-hacking wpa wpa2 wpa2-cracker wpa2-handshake

Last synced: 19 days ago
JSON representation

Refluxion -- MITM WPA attacks tool

Awesome Lists containing this project

README

        

![Fuxion logo](https://github.com/chinarulezzz/refluxion/raw/master/logos/logo.jpg)

# Fork
Please note that this is a fork. The original project is [here](https://github.com/FluxionNetwork/fluxion).

### Differences:

- Allows to deauthenticate (by "Handshake Snooper" or "Captive Portal" attack) specifiс client of the Access Point

Sometimes it's necessary to not disconnecting all clients from the AP, but only one (the most vulnerable from the point of view of Social Engineering).

Also, see [this patch](https://github.com/chinarulezzz/refluxion/blob/master/0001-airodump-ng.c-add-manufacturer-column-to-the-client-.patch). I think this will come in handy: it adds manufacturer column to the client list.

Something like this:
```
BSSID STATION PWR Rate Lost Frames Notes Manufacturer Probes
XX:XX:XX:XX:XX:XX XX:XX:XX:XX:XX:XX -54 0 - 0e 0 1 Hon Hai Precision Ind. Co.,Ltd. XXX,XXXXX,XXXXXX
XX:XX:XX:XX:XX:XX XX:XX:XX:XX:XX:XX -38 0 - 0e 155 43 Liteon Technology Corporation
```

- mdk3 deauthentication tool support ([fix this issue](https://github.com/FluxionNetwork/fluxion/issues/749))

# TODO

- Add 'deauth specific client' option to `deauth-ng.py` (5GHz networks):
- Added to 'Captive Portal' but need to test ([done](https://github.com/chinarulezzz/refluxion/commit/149016c79c0159d2279f8d24f83115ed731ffd54), need to test)

- Also, need to add to 'Handshake Snooper'.

- Add pmkid support as alternative to 'Handshake Snooper';

- Add more phishing pretexts;

### Now, about fluxion...

# 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) fewer bugs and more functionality. The script attempts to retrieve the WPA/WPA2 key from a target access point by means of a social engineering (phishing) 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.

If you need quick help, fluxion is also available on gitter. You can talk with us on [Gitter](https://gitter.im/FluxionNetwork/Lobby) or on [Discord](https://discord.gg/G43gptk).

## Injection

If your network card supports 5GHz networks, you must check if your card supports also [injection attacks](https://www.aircrack-ng.org/doku.php?id=injection_test).

You will need this in future.

## Installation
Read [here](https://github.com/FluxionNetwork/fluxion/wiki/Generate-ssh-keys) before you do the following steps.


**Download the latest revision**
```
git clone [email protected]:FluxionNetwork/fluxion.git

# Or if you prefer https

git clone https://www.github.com/FluxionNetwork/fluxion.git
```
**Switch to tool's directory**
```
cd fluxion
```
**Run fluxion (missing dependencies will be auto-installed)**
```
./fluxion.sh
```

**Fluxion is also available in arch**
```
cd bin/arch
makepkg
```

or using the blackarch repo
```
pacman -S fluxion
```

## :scroll: Changelog
Fluxion gets weekly updates with new features, improvements, and bugfixes.
Be sure to check out the [changelog here](https://github.com/FluxionNetwork/fluxion/commits/master).

## :octocat: How to contribute
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).

## :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 luring 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.

* 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

A Linux-based operating system. We recommend Kali Linux 2018.4. An external wifi card is recommended.

## Related work

For development, I use vim and tmux. Here are my [dotfiles](https://github.com/deltaxflux/takumi/)
## :octocat: Credits
1. l3op - contributor
2. dlinkproto - contributor
3. vk496 - developer of linset
4. Derv82 - @Wifite/2
5. Princeofguilty - @webpages and @buteforce
6. Photos for wiki @http://www.kalitutorials.net
7. Ons Ali @wallpaper
8. PappleTec @sites
9. MPX4132 - Fluxion V3

## 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.

* 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.

## Note
* Beware of sites pretending to be related with the Fluxion Project. These may be delivering malware.

* 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**

## Links
**Fluxion website:** https://fluxionnetwork.github.io/fluxion/

**Discord:** https://discordapp.com/invite/G43gptk

**Gitter:** https://gitter.im/FluxionNetwork/Lobby