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:
|
||||
```
|
||||
# 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
|
||||
|
||||
# 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.
|
||||
* 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.
|
||||
* 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.
|
||||
* The wireless interface selected **must support injection**.
|
||||
|
|
Loading…
Reference in New Issue