{"id":13472255,"url":"https://github.com/FluxionNetwork/fluxion","last_synced_at":"2025-03-26T15:31:49.818Z","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":5161,"open_issues_count":15,"forks_count":1418,"subscribers_count":271,"default_branch":"master","last_synced_at":"2025-03-25T10:43:14.450Z","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-03-25T02:36:35.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":245681393,"owners_count":20655182,"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-07-31T16:00:53.349Z","updated_at":"2025-03-26T15:31:49.813Z","avatar_url":"https://github.com/FluxionNetwork.png","language":"HTML","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, 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).\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 (missing dependencies will be auto-installed)**\n```\n./fluxion.sh\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 gets weekly updates with new features, improvements, and bugfixes.\nBe sure to check out the [changelog here](https://github.com/FluxionNetwork/fluxion/commits/master).\n\n## :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 2019.4. An external wifi card is recommended.\n\n## Verify commits\nNow, every commit should be signed. You can verify the signator using `git-verify-commit [commit]`.\n\n| Contributor  | GPG key id |\n| ------------- | ------------- |\n| deltaxflux  | 40EAE3B9D0FBCE9C  |\n\n## :octocat: Credits\n1. l3op - contributor\n2. dlinkproto - contributor\n3. vk496 - developer of linset\n4. Derv82 - @Wifite/2\n5. Princeofguilty - @webpages and @buteforce\n6. Photos for wiki @http://www.kalitutorials.net\n7. Ons Ali @wallpaper\n8. PappleTec @sites\n9. MPX4132 - Fluxion V3\n10. usama7628674 - contributor\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* Use Parrot OS for Less Errors.\n\n* For WN722n V2/V3 VISIT - https://github.com/aircrack-ng/rtl8188eus\n\n* 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**\n\n## Links\n**Fluxion website:** https://fluxionnetwork.github.io/fluxion/ \u003cbr\u003e\n**Discord:** https://discordapp.com/invite/G43gptk \u003cbr\u003e\n**Gitter:** https://gitter.im/FluxionNetwork/Lobby \u003cbr\u003e\n","funding_links":[],"categories":["Tools","HTML","Uncategorized","Network Tools","HTML (177)","Network"],"sub_categories":["Wireless Network Tools","Uncategorized"],"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"}