linuxMaestro
Instructor
need correct syntax
find /home -name viewtopic.php -exec (xargs cat $i | grephtmlspecialchars\(urldecode) > sites_running_exploitable_phpBB.txt
I want to find all files named viewtopic.php, check to see if it has the exploitable code and if it does enter it into a txt file, what is the correct syntax?
find /home -name viewtopic.php -exec (xargs cat $i | grephtmlspecialchars\(urldecode) > sites_running_exploitable_phpBB.txt
I want to find all files named viewtopic.php, check to see if it has the exploitable code and if it does enter it into a txt file, what is the correct syntax?