Merge pull request #183 from hexwaxwing/master

minor edits to docs
This commit is contained in:
evilsocket 2019-10-06 15:41:15 +02:00 committed by GitHub
commit bfcce024ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ So...what's the catch? Well, these four packets can easily be "sniffed" by an at
In order to ~~eat~~ collect as many of these crackable handshake packets as possible, Pwnagotchi uses two strategies: In order to ~~eat~~ collect as many of these crackable handshake packets as possible, Pwnagotchi uses two strategies:
- **Deauthenticating the client stations it detects.** A deauthenticated device must reauthenticate to its access point by resending the 4-Way Handshake, thereby giving Pwnagotchi another chance to sniff the handshake packets and collect more crackable material. - **Deauthenticating the client stations it detects.** A deauthenticated device must reauthenticate to its access point by re-performing the 4-Way Handshake with the AP, thereby giving Pwnagotchi another chance to sniff the handshake packets and collect more crackable material.
- **Send association frames directly to the access points themselves** - **Send association frames directly to the access points themselves**
to try to force them to [leak the PMKID](https://www.evilsocket.net/2019/02/13/Pwning-WiFi-networks-with-bettercap-and-the-PMKID-client-less-attack/). to try to force them to [leak the PMKID](https://www.evilsocket.net/2019/02/13/Pwning-WiFi-networks-with-bettercap-and-the-PMKID-client-less-attack/).

View File

@ -95,7 +95,7 @@ sudo bt-network -a hci0 -s nap pan0 &
- Shutdown mobile data. - Shutdown mobile data.
- Connect to the newly available Bluetooth device (which has the name of your Pwnagotchi). - Connect to the newly available Bluetooth device (which has the name of your Pwnagotchi).
- Once connected, you can test: `http://172.26.0.1:8080` - Once connected, you can test: `http://172.26.0.1:8080`
- You can also install bettercap's UI (`sudo buttercap` then `ui.update`) - You can also install bettercap's UI (`sudo bettercap` then `ui.update`)
- You'll need to change the http caplets to change `127.0.0.1` to `0.0.0.0`. - You'll need to change the http caplets to change `127.0.0.1` to `0.0.0.0`.
- You can connect to the shell with a terminal emulator ... - You can connect to the shell with a terminal emulator ...