Skip to content

Instantly share code, notes, and snippets.

@anytizer
Created March 12, 2014 12:17
Show Gist options
  • Save anytizer/9505749 to your computer and use it in GitHub Desktop.
Save anytizer/9505749 to your computer and use it in GitHub Desktop.
contents matcher - for malwares
find . -iname '*.php' -exec grep -li 'Whats' {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment