Skip to content

Commit 1c37ba3

Browse files
authored
Update templates.py
1 parent be57bfd commit 1c37ba3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/templates.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)