Hi,
Is there a way to find all the exploited scripts on the server? I am currently using below command:
Thanks,
Kailash
Is there a way to find all the exploited scripts on the server? I am currently using below command:
Code:
find /usr/local/apache/domlogs -exec egrep -iH '(wget|curl|lynx|gcc|perl|sh|cd|mkdir|touch)%20' {} \;
Kailash