Update README.md

This commit is contained in:
tux 2025-09-11 10:46:00 +02:00
parent 4a19397dbf
commit eb167b2201

View File

@ -40,6 +40,25 @@ for cracking the credentials.
The script "wpe" launches Hostapd-WPE in karma mode, making use of the client The script "wpe" launches Hostapd-WPE in karma mode, making use of the client
behaviour explained above. 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 ## Processing a capture file
When monitoring Wi-Fi connections the resulting captured data is saved to a pcap When monitoring Wi-Fi connections the resulting captured data is saved to a pcap