Added parameter-format instructions & documentation refferal.

Matias Barcenas 2018-04-28 17:05:20 -05:00
parent 1df3e84f88
commit 9d21ff00e0
1 changed files with 7 additions and 3 deletions

@ -2,13 +2,17 @@ The `Captive Portal` attack attempts to retrieve the target access points WPA
To successfully execute a `Captive Portal` attack with fluxion, the following steps must be completed.
* From the fluxion directory, execute fluxion, optionally including special `flags`:
* From the fluxion directory, execute fluxion, optionally passing parameters:
```
./fluxion.sh
```
or with flags:
or with parameters:
```
# FLUXIONWIKillProcesses kills any wireless-interface (WI) blocking processes:
# Kills any processes utilizing wireless interfaces selected.
# NOTICE: For a complete list of parameters, read the flags & configuration section.
./fluxion.sh -k
# Or using legacy flags like below.
export FLUXIONWIKillProcesses=1; ./fluxion.sh
```