We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56da9af + 384f362 commit 9cf6f59Copy full SHA for 9cf6f59
1 file changed
nxc/protocols/smb/atexec.py
@@ -116,7 +116,7 @@ def gen_xml(self, command):
116
"C:\\Windows\\System32\\cmd.exe",
117
"C:\\Windows\\System32\\..\\System32\\cmd",
118
"C:\\Windows\\System32\\..\\System32\\cmd.exe",
119
- "C:\\Windows\\..\\Windows\\System32\\cmd"
+ "C:\\Windows\\..\\Windows\\System32\\cmd",
120
"C:\\Windows\\..\\Windows\\System32\\cmd.exe",
121
]
122
cmd_path = random.choice(random_cmd_path)
0 commit comments