Skip to content

Commit 384f362

Browse files
author
Aurélien CHALOT
committed
Fix missing ,
1 parent c689eb0 commit 384f362

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)