Search in files for RegEx matches, producing findings as output per file.
Add a file to ./config/collection.json
tested against OWASP-VWAD
npm install
There are a number of configuration options:
npm run search -- --help
usage: search [options]
--help : this message
--patterns : (required) specify a file to load patterns from (javascript)
--inputDir='filePath' : (required) specify a path to search for matches
--outputFile='filePath' : specify a path to output results in a file
--perfMode : disable performance mode
--summaryOnly : do not include match data, only a summary
npm run search -- --inputDir='./data/'