{"id":15032834,"url":"https://github.com/fluxionnetwork/fluxion","last_synced_at":"2026-01-28T04:33:43.775Z","repository":{"id":38153128,"uuid":"89778161","full_name":"FluxionNetwork/fluxion","owner":"FluxionNetwork","description":"Fluxion is a remake of linset by vk496 with enhanced functionality.","archived":false,"fork":false,"pushed_at":"2023-11-03T23:16:30.000Z","size":33564,"stargazers_count":5100,"open_issues_count":15,"forks_count":1415,"subscribers_count":273,"default_branch":"master","last_synced_at":"2025-01-30T09:43:21.649Z","etag":null,"topics":["aircrack","attack","captive-portal","capture","evil-twin","fakeap","fluxion","handshake","kali","linset","social-engineering"],"latest_commit_sha":null,"homepage":"https://fluxionnetwork.github.io/fluxion/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FluxionNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-04-29T10:22:27.000Z","updated_at":"2025-01-30T08:58:17.000Z","dependencies_parsed_at":"2023-02-06T10:15:55.297Z","dependency_job_id":"3c6c5741-01d8-47b7-b786-8c03a7eb99e5","html_url":"https://github.com/FluxionNetwork/fluxion","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluxionNetwork%2Ffluxion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluxionNetwork%2Ffluxion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluxionNetwork%2Ffluxion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FluxionNetwork%2Ffluxion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FluxionNetwork","download_url":"https://codeload.github.com/FluxionNetwork/fluxion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245449537,"owners_count":20617187,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aircrack","attack","captive-portal","capture","evil-twin","fakeap","fluxion","handshake","kali","linset","social-engineering"],"created_at":"2024-09-24T20:19:33.077Z","updated_at":"2026-01-28T04:33:43.769Z","avatar_url":"https://github.com/FluxionNetwork.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Fuxion logo](https://github.com/FluxionNetwork/fluxion/raw/master/logos/logo.jpg)\n\n# Fluxion is the future of MITM WPA attacks\nFluxion 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.\n\nIf you need quick help, you can talk with us on [Discord](https://discord.gg/G43gptk).\n## Installation\nRead [here](https://github.com/FluxionNetwork/fluxion/wiki/Generate-ssh-keys) before you do the following steps.\n\u003cbr\u003e\n**Download the latest revision**\n```\ngit clone git@github.com:FluxionNetwork/fluxion.git\n\n# Or if you prefer https \n\ngit clone https://www.github.com/FluxionNetwork/fluxion.git\n```\n**Switch to tool's directory**\n```\ncd fluxion \n```\n**Run fluxion (it will check dependencies and prompt to install any that are missing)**\n```\n./fluxion.sh\n```\n\n**To install/check dependencies only without running attacks**\n```\n./fluxion.sh -i\n```\n\n**Fluxion is also available in arch** \n```\ncd bin/arch\nmakepkg\n```\n\nor using the blackarch repo\n```\npacman -S fluxion\n```\n\n## :scroll: Changelog\nFluxion is actively maintained with new features, improvements, and bugfixes.\nBe sure to check out the [changelog here](https://github.com/FluxionNetwork/fluxion/commits/master).\n\n## ![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png \"Octocat\") How to contribute\nAll 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).\n\n## :book: How it works\n* Scan for a target wireless network.\n* Launch the `Handshake Snooper` attack.\n* Capture a handshake (necessary for password verification).\n* Launch `Captive Portal` attack.\n* Spawns a rogue (fake) AP, imitating the original access point.\n* Spawns a DNS server, redirecting all requests to the attacker's host running the captive portal.\n* Spawns a web server, serving the captive portal which prompts users for their WPA/WPA2 key.\n* Spawns a jammer, deauthenticating all clients from original AP and luring them to the rogue AP.\n* All authentication attempts at the captive portal are checked against the handshake file captured earlier.\n* The attack will automatically terminate once a correct key has been submitted.\n* The key will be logged and clients will be allowed to reconnect to the target access point.\n\n* For a guide to the `Captive Portal` attack, read the [Captive Portal attack guide](https://github.com/FluxionNetwork/fluxion/wiki/Captive-Portal-Attack)\n\n## :heavy_exclamation_mark: Requirements\n\nA Linux-based operating system. We recommend Kali Linux 2025.4. An external wifi card is recommended.\n\n## ![Octocat](https://github.githubassets.com/images/icons/emoji/octocat.png \"Octocat\") Credits\n1. l3op - contributor\n2. dlinkproto - contributor\n3. vk496 - developer of linset\n4. Derv82 - @Wifite/2\n5. Princeofguilty - @webpages and @buteforce\n6. Ons Ali @wallpaper\n7. PappleTec @sites\n8. MPX4132 - Fluxion V3\n9. usama7628674 - contributor\n10. cjb900 - moderator\n\n## Disclaimer\n* 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.\n\n* 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.\n\n## Note\n* Beware of sites pretending to be related with the Fluxion Project. These may be delivering malware.\n\n* For WN722n V2/V3 VISIT - https://github.com/aircrack-ng/rtl8188eus\n\n* 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**\n\n## Links\n**Fluxion website:** https://fluxionnetwork.github.io/fluxion/ \u003cbr\u003e\n**Discord:** https://discord.gg/G43gptk \u003cbr\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluxionnetwork%2Ffluxion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluxionnetwork%2Ffluxion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluxionnetwork%2Ffluxion/lists"}