From eb167b2201ec48a5a2bca0ad4104b91c467fb417 Mon Sep 17 00:00:00 2001 From: tux Date: Thu, 11 Sep 2025 10:46:00 +0200 Subject: [PATCH] Update README.md --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 08111db..a2c2cec 100755 --- a/README.md +++ b/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