Skip to content

Instantly share code, notes, and snippets.

@cstrouse
Created November 26, 2020 05:28
Show Gist options
  • Save cstrouse/3ea739599a069feb9c283288125dfac3 to your computer and use it in GitHub Desktop.
Save cstrouse/3ea739599a069feb9c283288125dfac3 to your computer and use it in GitHub Desktop.
Useful commands for finding PHP malware
find . -type f -name "*.ico" -print0 | xargs -0 file | grep PHP
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment