Created
November 26, 2020 05:28
-
-
Save cstrouse/3ea739599a069feb9c283288125dfac3 to your computer and use it in GitHub Desktop.
Useful commands for finding PHP malware
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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