fixed a bug

This commit is contained in:
Palma Solutions LTD 2019-02-10 07:58:49 +01:00
parent 1bd11d2876
commit 7337e64a73

2
run.sh
View File

@ -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 >> {} \;