Corrected minor spelling issue & properly referenced a section of the wiki (wrong name).
parent
cb6ab43a86
commit
8c82531309
|
@ -9,7 +9,7 @@ To successfully execute a `Captive Portal` attack with fluxion, the following st
|
||||||
or with parameters:
|
or with parameters:
|
||||||
```
|
```
|
||||||
# Kills any processes utilizing wireless interfaces selected.
|
# Kills any processes utilizing wireless interfaces selected.
|
||||||
# NOTICE: For a complete list of parameters, read the flags & configuration section.
|
# NOTICE: For a complete list of parameters, read the Flags & Preferences section.
|
||||||
./fluxion.sh -k
|
./fluxion.sh -k
|
||||||
|
|
||||||
# Or using legacy flags like below.
|
# Or using legacy flags like below.
|
||||||
|
@ -22,7 +22,7 @@ export FLUXIONWIKillProcesses=1; ./fluxion.sh
|
||||||
2. Select a target network; if one was previously selected, you'll have the option to continue with it.
|
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**.
|
* You must select a network interface which **supports monitor mode**.
|
||||||
* Optionally, you'll have the chance to select an interface for target-tracking.
|
* 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.
|
* The **target-tracking** interface must be an **independent interface** due to the fact it requires 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.
|
3. Select a wireless network interface for jamming to deauthenticate target clients.
|
||||||
* The wireless interface selected **must support injection**.
|
* The wireless interface selected **must support injection**.
|
||||||
|
|
Loading…
Reference in New Issue