Skip to content

Instantly share code, notes, and snippets.

@iamajeesh
Created November 3, 2013 18:41
Show Gist options
  • Save iamajeesh/7293354 to your computer and use it in GitHub Desktop.
Save iamajeesh/7293354 to your computer and use it in GitHub Desktop.
php backdoor searcher shell codes
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