work on hw3

This commit is contained in:
David Westgate 2024-05-19 11:30:58 -07:00
parent 5b69cca7ee
commit 476a673f82
3 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
For this homework assignment, I will demostrate cracking the `NetSec` WiFi network, and performing some reconissance. I will do this via the `mallory` machine, running kali For this homework assignment, I will demostrate cracking the `NetSec` WiFi network, and performing some reconissance. I will do this via the `mallory` machine, running kali
## Crack the NetSec WiFi network password with bettercap ## Crack the NetSec WiFi network password with bettercap
After connecting to mallory, I start by running `bettercap` on the `wlan0` interface. I then try to turn on wifi reconnaissance.
![start-bettercap](./start-bettercap.png)
As issue is returned that bettercap cannot put wlan0 into monitor mode. This is strange, but I work around it by running `sudo iwconfig wlan0 mode Monitor` to do this manually
![manual-monitor](./manual-monitor.png)
### Find the BSSID and connected client of the NetSec Network ### Find the BSSID and connected client of the NetSec Network

BIN
hw3/manual-monitor.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 63 KiB

BIN
hw3/start-bettercap.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB