From 379fe253c11c28a6dd590a2f2948e0c02e1a2bd8 Mon Sep 17 00:00:00 2001 From: "Shawn Hoo (shawnhos)" Date: Fri, 29 Mar 2019 12:57:37 +0000 Subject: [PATCH] Update scanner.sh --- scanner.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/scanner.sh b/scanner.sh index 9f0e593..4c23833 100644 --- a/scanner.sh +++ b/scanner.sh @@ -2,7 +2,10 @@ airmon-ng check kill # Kill processes that can interfere with monitor mode airmon-ng start wlan0 -# Put your Wi-Fi card in monitor mode using the interface name previously provided -screen -d -m airodump-ng wlan0mon -w nice_output_file --output-format csv +# Put your Wi-Fi card in monitor mode using the interface name previously provi$ +screen -d -m airodump-ng wlan0mon -w scan --output-format csv sleep 5 exit 0 + + +