Update README.md
This commit is contained in:
parent
4a19397dbf
commit
eb167b2201
19
README.md
19
README.md
@ -40,6 +40,25 @@ for cracking the credentials.
|
||||
The script "wpe" launches Hostapd-WPE in karma mode, making use of the client
|
||||
behaviour explained above.
|
||||
|
||||
## Usage
|
||||
|
||||
The script **wpe** is used to start the imitating AP on one interface.
|
||||
The interface needs to be set as option.
|
||||
|
||||
```sh
|
||||
./wpe -i wlan0
|
||||
```
|
||||
|
||||
The script **mon** can then be started simultaniously while the wpe script is still running.
|
||||
It captures connection attempts and writes them to a capture file.
|
||||
An interface needs to be given as option and it needs to be a different interface used for the wpe script.
|
||||
|
||||
```sh
|
||||
./mon -i wlan1
|
||||
```
|
||||
|
||||
Both scripts need the configuration file **hostapd-wpe.conf** either in the same directory or the default in /etc/hostapd-wpe/.
|
||||
|
||||
## Processing a capture file
|
||||
|
||||
When monitoring Wi-Fi connections the resulting captured data is saved to a pcap
|
||||
|
Loading…
x
Reference in New Issue
Block a user