Fluxion kali linux github

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Fluxion is a remake of linset by vk496 with enhanced functionality.

License

FluxionNetwork/fluxion

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

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, fluxion is also available on gitter. You can talk with us on Gitter or on Discord.

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

Run fluxion (missing dependencies will be auto-installed)

Fluxion is also available in arch

or using the blackarch repo

Читайте также:  Сбросить файловый кэш linux

Fluxion gets weekly updates with new features, improvements, and bugfixes. Be sure to check out the changelog here.

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.

  • 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

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

Now, every commit should be signed. You can verify the signator using git-verify-commit [commit] .

Contributor GPG key id
deltaxflux 40EAE3B9D0FBCE9C

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
  10. usama7628674 — contributor
  • 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.
  • Beware of sites pretending to be related with the Fluxion Project. These may be delivering malware.
  • Use Parrot OS for Less Errors.
  • For WN722n V2/V3 VISIT — https://github.com/aircrack-ng/rtl8188eus
  • 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

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Читайте также:  Линукс защита от вирусов

Wi-Fi hacking tool for Kali Linux via Fake AP

ht2836/Fluxion

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

Fluxion is the future of MITM WPA attacks

Fluxion is a remake of linset by vk496 with (hopefully) less bugs and more functionality. It’s compatible with the latest release of Kali (rolling). The attack is mostly manual, but experimental versions will automatically handle most functionality from the stable releases.

Share your own router page with a simple script

cd scripts sudo sh router.sh 

«Clients are not automatically connected to the fake access point»

This is a social engineering attack and it’s pointless to drag clients in automatically. The script relies on the fact that a user should be present in order to enter the wireless credentials.

«There’s no Internet connectivity in the fake access point»

There shouldn’t be one. All of the traffic is being sinkholed to the built in captive portal via a fake DNS responder in order to capture the credentials.

There might be a problem with lighttpd. The experimental version is tested on lighttpd 1.439-1, anything neweer may break functionality. If you have problems, please use the stable version.

«Experimental menu is not responsive»

In the experimental version it will automatically check the handshake. I will fix the menu shortly. If you need a GUI, use the stable version (which doesn’t automatically control handshakes).

«I need to sign in (on Android)»

This is how the script works. The fake captive portal is set up by the script itself to collect the credentials. Don’t freak, it’s al okay.

Читайте также:  Linux открыть флешку через терминал

«The MAC address of the fake access point differs from the original»

The MAC address of the fake access point differs by one octet from the original in order to prevent fluxion deauthenticating clients from itself during the session.

git clone —recursive https://github.com/FluxionNetwork/fluxion.git

If you want to submit a feature, do so by labeling your issue as an «enhancement» or submit a PR. I don’t have enough time to make daily changes to fluxion, sorry.

✅ Included dependency versions

  1. Aircrack : 1:1.2-0~rc4-0parrot0
  2. Lighttpd : 1.439-1
  3. Hostapd : 1:2.3-2.3 If you want to compare this type dpkg -l | grep «name»

Fluxion gets weekly updates with new features, improvements and bugfixes. Be sure to check out the changelog here.

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 would be appreciated!

  • Scan the networks.
  • Capture a handshake (can’t be used without a valid handshake, it’s necessary to verify the password)
  • Use WEB Interface *
  • Launch a FakeAP instance to imitate the original access point
  • Spawns a MDK3 process, which deauthenticates all users connected to the target network, so they can be lured to connect to the FakeAP and enter the WPA password.
  • A fake DNS server is launched in order to capture all DNS requests and redirect them to the host running the script
  • A captive portal is launched in order to serve a page, which prompts the user to enter their WPA password
  • Each submitted password is verified by the handshake captured earlier
  • The attack will automatically terminate, as soon as a correct password is submitted

A Linux-based operating system. We recommend Kali Linux 2 or Kali 2016.1 rolling. Kali 2 & 2016 support the latest aircrack-ng versions. An external wifi card is recommended.

For development I use vim and tmux. Here are my dotfiles

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

Fluxion is intended to be used for legal security purposes only, and you should only use it to protect networks/hosts you own or have permission to test. Any other use is not the responsibility of the developer(s). Be sure that you understand and are complying with the Fluxion licenses and laws in your area. In other words, don’t be stupid, don’t be an asshole, and use this tool responsibly and legally.

About

Wi-Fi hacking tool for Kali Linux via Fake AP

Источник

Оцените статью
Adblock
detector