joshwariddin
asked Sep 25 2018
Answer
Incase if it is a Base64 injection scripts use the following to inspect
find /var/www/html -name "*.php" | xargs -I{} sed -i '/<?php eval(gzinflate(base64_decode(/d' {};
gokulravichandran2
asked Sep 28 2018
edited Oct 30 2018
script injection vulnerabilities
How to find script injection vulnerabilities in exim mail server?