directadmin spam user apache

cd /home/username/domains/example.com/public_html
find . -name '*.php' | while read FILE; do if grep 'eval(base64_decode' "$FILE"; then echo "$FILE" >> maybeinfected; fi ; done

Leave a Reply

Your email address will not be published. Required fields are marked *