phpBB upgrade
I'm just wondering what everyone is doing pertaining to this. I ran the command from an earlier post to find all of the outdated phpBB installations:
Code:
for i in `locate viewtopic.php`; do if grep "htmlspecialchars(urldecode" $i > /dev/null; then echo VULNERABLE $i; fi; done
Thanks