Extended information
This commit is contained in:
parent
9504bda0cf
commit
eb0869f0fd
25
README.md
25
README.md
@ -32,20 +32,29 @@ The captured authentication attempts can then be used for offline password crack
|
|||||||
Note: This method only works on clients which use a lower version than WPA3 as
|
Note: This method only works on clients which use a lower version than WPA3 as
|
||||||
encryption protocol, like WPA2 or WPA.
|
encryption protocol, like WPA2 or WPA.
|
||||||
|
|
||||||
As prerequisite the host which is used to run the scripts needs two Wi-Fi network cards.
|
## Requirements
|
||||||
|
|
||||||
|
The following package needs to be installed for the wpe script to work
|
||||||
|
|
||||||
|
- hostapd-wpe
|
||||||
|
|
||||||
|
For the mon script the "airodump-ng" executable is required, which is part of
|
||||||
|
the package
|
||||||
|
|
||||||
|
- aircrack-ng
|
||||||
|
|
||||||
|
Both scripts rely on the "ip" command which is part of the package
|
||||||
|
|
||||||
|
- iproute2
|
||||||
|
|
||||||
|
As hardware prerequisite the host which is used to run the scripts needs two
|
||||||
|
Wi-Fi network cards.
|
||||||
One is used to run Hostapd-WPE and needs to support AP mode.
|
One is used to run Hostapd-WPE and needs to support AP mode.
|
||||||
The other is used to monitor the connection attempts and to record the authentication
|
The other is used to monitor the connection attempts and to record the authentication
|
||||||
handshakes, requiring monitor mode.
|
handshakes, requiring monitor mode.
|
||||||
The supported modes for a Wi-Fi network card chipset can be checked with the
|
The supported modes for a Wi-Fi network card chipset can be checked with the
|
||||||
command "iw list".
|
command "iw list".
|
||||||
|
|
||||||
The script "wpe" launches Hostapd-WPE in karma mode, making use of the client
|
|
||||||
behaviour explained above.
|
|
||||||
|
|
||||||
The script "mon" is used to launch the monitoring mode with one of the network
|
|
||||||
cards, recording all captured connections in a pcap file which can then be used
|
|
||||||
for extracting the credentials.
|
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
The script **wpe** is used to start the imitating AP on one interface.
|
The script **wpe** is used to start the imitating AP on one interface.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user