Created
November 3, 2013 18:41
-
-
Save iamajeesh/7293354 to your computer and use it in GitHub Desktop.
php backdoor searcher shell codes
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
grep -iR 'c99' /var/www/html/ | |
grep -iR 'r57' /var/www/html/ | |
find /var/www/html/ -name \*.php -type f -print0 | xargs -0 grep c99 | |
grep -RPn "(passthru|shell_exec|system|base64_decode|fopen|fclose|eval)" /var/www/html/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment