Updated instructions to reflect recent updates.
parent
be11c090ea
commit
8d458f90f0
|
@ -15,24 +15,37 @@ or with parameters:
|
|||
# Or using legacy flags like below.
|
||||
export FLUXIONWIKillProcesses=1; ./fluxion.sh
|
||||
```
|
||||
|
||||
1) When prompted, select a network interface which supports injection.
|
||||
2) Run a scan utilizing the selected wireless interface & select a target network.
|
||||
3) Select an attack on the target network, in this case, we’ll use the `Captive Portal` attack.
|
||||
1. Select an attack on the target network, in this case, we’ll use the `Captive Portal` attack.
|
||||
* The `Captive Portal` attack requires the handshake `.cap` file from the target access point. This file may be given to fluxion manually (by inputting the path when prompted), or automatically by running and retrieving it with the `Handshake Snooper` attack at which point fluxion will auto-detect the handshake file and will not ask for it again.
|
||||
* **If you do not have the `.cap` file, you must first complete the `Handshake Snooper` attack.** Once you've got the handshake file, select the `Captive Portal` attack.
|
||||
4) When prompted, select an access point service (recommendations are there for a reason).
|
||||
* We recommend avoiding `airbase-ng`, since it is essentially a “hack”, using packet injection and monitor mode to mimick master mode.
|
||||
5) When prompted, select an SSL certificate source for the captive portal, or select to disable SSL.
|
||||
* SSL is a method of encryption used to establish a secure connection between two points. In this case, the two points are the captive portal’s web server, and the target client.
|
||||
* **If you do not have the `.cap` file, you must first complete the `Handshake Snooper` attack.** Once you've got the handshake file, you may use the `Captive Portal` attack.
|
||||
|
||||
2. Select a target network; if one was previously selected, you'll have the option to continue with it.
|
||||
* You must select a network interface which **supports monitor mode**.
|
||||
* Optionally, you'll have the chance to select an interface for target-tracking.
|
||||
* The **target-tracking** interface must be an **independent interface** due to the fact it require channel hopping, which will cause issues for interfaces which require a fixed-channel.
|
||||
|
||||
3. Select a wireless network interface for jamming to deauthenticate target clients.
|
||||
* The wireless interface selected **must support injection**.
|
||||
|
||||
4. Select a network interface which will be used to serve the captive portal.
|
||||
* If the selected network interface is a wireless interface, you'll be prompted to select an access point service (recommendations are there for a reason). We recommend avoiding `airbase-ng`, since it is essentially a “hack”, using packet injection and monitor mode to mimic master mode.
|
||||
* If the selected network interface is an ethernet interface, you must connect, configure, and manage a wireless access point manually with the configuration displayed on fluxion at attack launch time. You'll be responsible for starting, stopping, and changing the channels of the access point when the attack begins, stops, or when the target changes channels, respectively.
|
||||
|
||||
5. Set the path to the verification hash/handshake file; if a corresponding hash was previously caught with the `Handshake Snooper` attack, you'll have the option to continue with it.
|
||||
* Once the path has been chosen, the authenticity of the hash must be checked with a verifier (recommendations are there for a reason).
|
||||
|
||||
6. Select an SSL/TLS certificate source for the captive portal, otherwise, choose to disable SSL.
|
||||
* SSL/TLS is a method of encryption used to establish a secure connection between two points. In this case, the two points are the captive portal’s web server, and the target client.
|
||||
* If you've got a personal certificate, you must save it at `fluxion/attacks/Captive Portal/certificate/server.pem` and the attack will automatically detect it and auto-select it.
|
||||
* If you don't have a personal certificate, you may select to automatically generate one. **The downside is that the certificate, having been created by a random individual, will not be trusted by any device, which will likely trigger warnings for clients attempting a secure connection to the captive portal.**
|
||||
* If you would rather not bother with SSL, you can choose to disable it. Once disabled, the captive portal’s web server will only accept unencrypted connections, which exposes the information clients send to fluxion. This can be particularly unsafe if someone’s spying on network traffic. **This might also trigger warnings for some clients, since the browser will need to send forms over an unencrypted connection.**
|
||||
6) When prompted, select wheather the captive portal web server should attempt emulating an internet connection.
|
||||
* If you would rather not bother with SSL/TLS, you can choose to disable it. Once disabled, the captive portal’s web server will only accept unencrypted connections, which exposes the information clients send to fluxion. This can be particularly unsafe if someone’s spying on network traffic. **This might also trigger warnings for some clients, since the browser will need to send forms over an unencrypted connection.**
|
||||
|
||||
7. Select whether the captive portal web server should attempt emulating an internet connection.
|
||||
* **This option only affects iOS clients, and some Android clients.**
|
||||
* This could be useful for people that don’t want to make the captive portal obvious. The clients will connect, but will be fooled into believing internet access is available. This will cause all iOS clients, and some Android clients to not show the captive portal immediately upon connecting to the rogue network, however, the captive portal will still show up once the clients try accessing any web site.
|
||||
* **Warning: This could cause clients to hang while trying to load sites, including iOS clients.** The issue occurs when this option is selected, and SSL is disabled. The cause is clients attempting to access an SSL capable site, such as google.com, but hanging while waiting for a connection from the captive portal’s web server. The hanging is caused by the clients believing there’s internet access, but no responses received for SSL enabled sites.
|
||||
7) When prompted, select a UI for the captive portal.
|
||||
* **Warning: This could cause clients to hang while trying to load sites, including iOS clients.** The issue occurs when this option is selected, and SSL/TLS is disabled. The cause is clients attempting to access an SSL/TLS capable site, such as google.com, but hanging while waiting for a connection from the captive portal’s web server. The hanging is caused by the clients believing there’s internet access, but no responses received for SSL/TLS enabled sites.
|
||||
|
||||
8. Select a user interface for the captive portal.
|
||||
* By default, fluxion comes with the generic interfaces only. If cloned properly, all the interfaces, including some manufacturer specific, and some custom ones are included. These extra interfaces can be downloaded separately from [the sites' repository](https://github.com/FluxionNetwork/sites).
|
||||
* Select an interface suitable to the manufacturer of the device (scroll up if you don't see the manufacturer).
|
||||
|
||||
|
|
Loading…
Reference in New Issue