Skip to content

Commit 4ae1164

Browse files
authored
Update atexec.py
Signed-off-by: Kahvi-0xFF <46513413+Kahvi-0@users.noreply.github.com>
1 parent 24ac21d commit 4ae1164

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

nxc/protocols/smb/atexec.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ def gen_xml(self, command):
114114
random.shuffle(IdleSettings)
115115
randomized_IdleSettings = "\n".join(IdleSettings)
116116
random_digit = random.randint(2, 6)
117-
print(command)
118117
match = re.match(r'^(.+?\\[^\\ ]+)\s+(.*)', command)
119118
if match:
120119
cmd_path = match.group(1)

0 commit comments

Comments
 (0)