fixed a bug
This commit is contained in:
2
run.sh
2
run.sh
@@ -32,7 +32,7 @@ echo '[*] Running the CMS Version Scanner:';
|
|||||||
echo >> $(whoami).txt
|
echo >> $(whoami).txt
|
||||||
echo '[*] Running the PHP Scanner:';
|
echo '[*] Running the PHP Scanner:';
|
||||||
cd /home/$(whoami)/public_html/LP-MSH-Scanner && php -d memory_limit=512M scan.php >> /home/$(whoami)/$(whoami).txt
|
cd /home/$(whoami)/public_html/LP-MSH-Scanner && php -d memory_limit=512M scan.php >> /home/$(whoami)/$(whoami).txt
|
||||||
echo >>
|
echo >> $(whoami).txt
|
||||||
# SOP
|
# SOP
|
||||||
# Fix .htaccess
|
# Fix .htaccess
|
||||||
# find /home/$(whoami)/public_html/ -type f -name ".htaccess -print -exec cat $htaccess >> {} \;
|
# find /home/$(whoami)/public_html/ -type f -name ".htaccess -print -exec cat $htaccess >> {} \;
|
||||||
|
|||||||
Reference in New Issue
Block a user