We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c689eb0 commit 384f362Copy full SHA for 384f362
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