From 7337e64a7358e3b3f5ed446f3fef52403d7d8bd3 Mon Sep 17 00:00:00 2001 From: Palma Solutions LTD Date: Sun, 10 Feb 2019 07:58:49 +0100 Subject: [PATCH] fixed a bug --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index a3ba98f..863b23f 100644 --- a/run.sh +++ b/run.sh @@ -32,7 +32,7 @@ echo '[*] Running the CMS Version Scanner:'; echo >> $(whoami).txt echo '[*] Running the PHP Scanner:'; cd /home/$(whoami)/public_html/LP-MSH-Scanner && php -d memory_limit=512M scan.php >> /home/$(whoami)/$(whoami).txt -echo >> +echo >> $(whoami).txt # SOP # Fix .htaccess # find /home/$(whoami)/public_html/ -type f -name ".htaccess -print -exec cat $htaccess >> {} \;