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 + + +