0

script injection vulnerabilities

How to find script injection vulnerabilities in exim mail server? 

Breach-vulnerability Add a comment
joshwariddin
asked Sep 25 2018

Answer

0

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' {};
Add a comment
gokulravichandran2
asked Sep 28 2018
edited Oct 30 2018
Post your Answer