-
-
Save Mebus/f42ddcbe5719483d88e00396f723f8b8 to your computer and use it in GitHub Desktop.
Linux: grep command line notes
This file contains 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
## Search for scary PHP stuff. | |
grep "((eval.*(base64_decode|gzinflate))|r57|c99|sh(3(ll|11)))" ./ -roE --include=*.php* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment