We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24ac21d commit 4ae1164Copy full SHA for 4ae1164
1 file changed
nxc/protocols/smb/atexec.py
@@ -114,7 +114,6 @@ def gen_xml(self, command):
114
random.shuffle(IdleSettings)
115
randomized_IdleSettings = "\n".join(IdleSettings)
116
random_digit = random.randint(2, 6)
117
- print(command)
118
match = re.match(r'^(.+?\\[^\\ ]+)\s+(.*)', command)
119
if match:
120
cmd_path = match.group(1)
0 commit comments