0

script injection vulnerabilities

How to find script injection vulnerabilities in exim mail server? 

joshwariddin
asked Sep 24, 2018
1 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' {};
View More
gokulravichandran2
answered Sep 28, 2018
Your Answer
||||
x
 
100:0