This gist provides a BishopFox/jsluice advanced pattern matching definition that contains and bundles all other available patterns on the internet, for example the notable one:
- BishopFox/jsluice default pattern specs
- dualfade/spdb2jsluice.py spdb pattern specs
- felipecaon/jsluice_rules.json Felipe's provided pattern specs
- Additional matchers provided by @duraki (of streaak/keyhacks and other similar lists origin)
Save the file jsluice-pattern.json
containing the pattern rules from comment below and use it like so:
$ cd ~/Documents/BugBounty/JS-Miner/Dump/{...}/{...}/ # directory containing multiple subdirectories of `*.js` files
$ find . -name '*.js' | jsluice secrets -p jsluice-pattern.json | jq
- Original Filename:
jsluice-pattern.json
- Halis D. of durakiconsulting LLC