Skip to content

Commit 9cf6f59

Browse files
authored
Merge pull request Pennyw0rth#929 from Dfte/fix_schtask_as
Fix missing ,
2 parents 56da9af + 384f362 commit 9cf6f59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/smb/atexec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def gen_xml(self, command):
116116
"C:\\Windows\\System32\\cmd.exe",
117117
"C:\\Windows\\System32\\..\\System32\\cmd",
118118
"C:\\Windows\\System32\\..\\System32\\cmd.exe",
119-
"C:\\Windows\\..\\Windows\\System32\\cmd"
119+
"C:\\Windows\\..\\Windows\\System32\\cmd",
120120
"C:\\Windows\\..\\Windows\\System32\\cmd.exe",
121121
]
122122
cmd_path = random.choice(random_cmd_path)

0 commit comments

Comments
 (0)