File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ def cmd(payload, delay):
77 instructions = []
88
99 # Open cmd as Admin
10+ instructions .append ("DELAY 1000" )
1011 instructions .append ("GUI r" )
1112 instructions .append ("DELAY 500" )
1213 instructions .append ("STRING powershell Start-Process cmd -Verb runAs" )
@@ -35,6 +36,7 @@ def powershell(payload, delay):
3536 instructions = []
3637
3738 # Open cmd as Admin
39+ instructions .append ("DELAY 1000" )
3840 instructions .append ("GUI r" )
3941 instructions .append ("DELAY 500" )
4042 instructions .append ("STRING powershell Start-Process cmd -Verb runAs" )
@@ -67,6 +69,7 @@ def notepad(payload, delay):
6769 instructions = []
6870
6971 # Open Notepad
72+ instructions .append ("DELAY 1000" )
7073 instructions .append ("GUI r" )
7174 instructions .append ("DELAY 500" )
7275 instructions .append ("STRING notepad" )
You can’t perform that action at this time.
0 commit comments