diff --git a/hw3/hw3.md b/hw3/hw3.md index 2fb442d..c1a8a84 100644 --- a/hw3/hw3.md +++ b/hw3/hw3.md @@ -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 ## 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 diff --git a/hw3/manual-monitor.png b/hw3/manual-monitor.png new file mode 100644 index 0000000..e11ff3a Binary files /dev/null and b/hw3/manual-monitor.png differ diff --git a/hw3/start-bettercap.png b/hw3/start-bettercap.png new file mode 100644 index 0000000..dce897a Binary files /dev/null and b/hw3/start-bettercap.png differ