Fluxion 是 vk496 对 linset 的翻版,具有增强的功能。
Go to file
strasharo cdacff38e1 Fix load_attack config corruption, allow --list-interfaces without root
- Replace more with direct redirection in load_attack (Handshake Snooper
  and Captive Portal): more adds 3 header lines when stdout is a pipe,
  shifting all config array indices by +3 and corrupting the deauth method,
  jammer interface, and verifier settings on second and subsequent runs
- Apply the same fix to fluxion_handle_target_change, which read
  target_info.txt through more causing MAC/SSID/channel corruption on
  tracker-triggered restarts
- Allow --list-interfaces to run without root: all operations are read-only
  sysfs/lsusb/lspci/iw queries that need no elevated privileges
- Skip preferences file load/create when not root to avoid permission errors
  on the root-owned preferences.conf
2026-02-21 14:15:33 +02:00
.github Remove Gitter references 2025-12-06 23:14:43 +02:00
attacks Fix load_attack config corruption, allow --list-interfaces without root 2026-02-21 14:15:33 +02:00
bin/arch Update PKGBUILD maintainer to FluxionNetwork 2025-12-07 15:33:50 +02:00
docs/man Inital commit: 2018-08-03 20:48:31 +02:00
language add indonesian language 2023-02-10 06:33:08 +07:00
lib Add --reg-domain flag, fix 5GHz AP reg domain, fix tmux scanner/success UX 2026-02-20 12:47:05 +02:00
logos Remove unused logo 2021-04-25 14:41:30 +03:00
misc Quick fix for driver.sh 2019-05-16 15:01:47 +02:00
preferences Inital commit: 2018-08-03 20:48:31 +02:00
scripts Add band/bus columns, --ap-service/--timeout flags, fix exit hang 2026-02-19 12:03:54 +02:00
tests Add tmux/headless mode, auto mode, and captive portal fixes 2026-02-15 05:08:03 +00:00
_config.yml Fix Jekyll config YAML indentation 2025-12-06 21:53:46 +02:00
.editorconfig Inital commit: 2018-08-03 20:48:31 +02:00
.gitattributes Inital commit: 2018-08-03 20:48:31 +02:00
.gitignore Stop ignoring portal lib directories 2025-12-07 03:40:22 +02:00
.project Inital commit: 2018-08-03 20:48:31 +02:00
CODE_OF_CONDUCT.md Update Code of Conduct to use Discord for reporting 2025-12-07 15:31:01 +02:00
CONTRIBUTING.md Inital commit: 2018-08-03 20:48:31 +02:00
fluxion.sh Fix load_attack config corruption, allow --list-interfaces without root 2026-02-21 14:15:33 +02:00
LICENSE Inital commit: 2018-08-03 20:48:31 +02:00
README.md Remove outdated kalitutorials.net reference from credits 2025-12-07 15:28:58 +02:00
uninstall.sh Make uninstall.sh executable 2025-12-07 00:11:25 +02:00

Fuxion logo

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 before requesting issues.

If you need quick help, you can talk with us on Discord.

Installation

Read here before you do the following steps.
Download the latest revision

git clone git@github.com: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 (it will check dependencies and prompt to install any that are missing)

./fluxion.sh

To install/check dependencies only without running attacks

./fluxion.sh -i

Fluxion is also available in arch

cd bin/arch
makepkg

or using the blackarch repo

pacman -S fluxion

📜 Changelog

Fluxion is actively maintained with new features, improvements, and bugfixes. Be sure to check out the changelog here.

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.

📖 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

Requirements

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

Octocat Credits

  1. l3op - contributor
  2. dlinkproto - contributor
  3. vk496 - developer of linset
  4. Derv82 - @Wifite/2
  5. Princeofguilty - @webpages and @buteforce
  6. Ons Ali @wallpaper
  7. PappleTec @sites
  8. MPX4132 - Fluxion V3
  9. usama7628674 - contributor
  10. cjb900 - moderator

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.

  • For WN722n V2/V3 VISIT - https://github.com/aircrack-ng/rtl8188eus

  • Fluxion DOES NOT WORK on Windows Subsystem for Linux (WSL/WSL2), because the subsystem doesn't allow access to wireless network interfaces. Any issues regarding WSL will be Closed Immediately

Fluxion website: https://fluxionnetwork.github.io/fluxion/
Discord: https://discord.gg/G43gptk