Skip to content

Instantly share code, notes, and snippets.

@OlegGorj
Created November 12, 2018 18:30
Show Gist options
  • Save OlegGorj/e3594c856d9d79e9065e674da0784023 to your computer and use it in GitHub Desktop.
Save OlegGorj/e3594c856d9d79e9065e674da0784023 to your computer and use it in GitHub Desktop.
egrep -ir --include=*.{php,html,js} "(document.cookie|setcookie)" .

If you just want file names add the l (lowercase L) flag:

egrep -lir --include=*.{php,html,js} "(document.cookie|setcookie)" .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment