Update README.md
This commit is contained in:
parent
b1b0b4f298
commit
4a9196de6b
15
README.md
15
README.md
|
@ -1,12 +1,9 @@
|
||||||
<p align="center"><img src="https://github.com/strasharo/fluxion/blob/master/logos/logo2.jpg?raw=true" /></p>
|
<p align="center"><img src="https://github.com/strasharo/fluxion/blob/master/logos/logo2.jpg?raw=true" /></p>
|
||||||
|
|
||||||
# Fluxion is the future of MITM WPA attacks
|
# 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). If you're new, or just don't understand much about the project, have a look at the [wiki] (https://github.com/deltaxflux/fluxion/wiki/Tutorial). The attack is mostly manual, but experimental versions will automatically handle most functionality from the stable releases.
|
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.
|
||||||
|
|
||||||
## Create a deb file
|
## :trident: FAQ
|
||||||
This would be a pleasure for me, if someone can create a deb file.
|
|
||||||
|
|
||||||
## :trident: Know things
|
|
||||||
|
|
||||||
#### "Clients are not automatically connected to the fake access point"
|
#### "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.
|
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.
|
||||||
|
@ -15,7 +12,7 @@ This is a social engineering attack and it's pointless to drag clients in automa
|
||||||
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 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.
|
||||||
|
|
||||||
#### "Fake sites don't work"
|
#### "Fake sites don't work"
|
||||||
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. For more information check this [fix] (https://github.com/deltaxflux/fluxion/wiki/fix) out.
|
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"
|
#### "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).
|
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).
|
||||||
|
@ -27,7 +24,7 @@ This is how the script works. The fake captive portal is set up by the script it
|
||||||
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.
|
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.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
``` wget https://raw.githubusercontent.com/deltaxflux/fluxion/master/install/install.sh && bash install.sh ```
|
``` wget https://raw.githubusercontent.com/strasharo/fluxion/master/install/install.sh && bash install.sh ```
|
||||||
|
|
||||||
## Updates
|
## Updates
|
||||||
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.
|
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.
|
||||||
|
@ -39,10 +36,10 @@ If you want to submit a feature, do so by labeling your issue as an "enhancement
|
||||||
|
|
||||||
## :scroll: Changelog
|
## :scroll: Changelog
|
||||||
Fluxion gets weekly updates with new features, improvements and bugfixes.
|
Fluxion gets weekly updates with new features, improvements and bugfixes.
|
||||||
Be sure to check out the [changelog here] (https://github.com/deltaxflux/fluxion).
|
Be sure to check out the [changelog here] (https://github.com/strasharo/fluxion/commits/master).
|
||||||
|
|
||||||
## :octocat: How to contribute
|
## :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 would be appreciated! Please follow the instructions [here](https://github.com/deltaxflux/fluxion/blob/master/.github/CONTRIBUTING.md)
|
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!
|
||||||
|
|
||||||
## :book: How it works
|
## :book: How it works
|
||||||
* Scan the networks.
|
* Scan the networks.
|
||||||
|
|
Loading…
Reference in New Issue