Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 434 Bytes

Readme.md

File metadata and controls

27 lines (21 loc) · 434 Bytes

Usage

Installation

chmod +x grepRunner.sh

Parameters

./grepRunner.sh DIRECTORY_TO_SCAN ADDITIONAL_PARAMETERS_FOR_GREP MODE

If MODE is empty, full scan will be executed

Supported mode:

  • Java
  • dotnet
  • NodeJS
  • JS
  • SSTI
  • FileUpload

Example

./grepRunner.sh ~/Documents/buggyWebApps/sources/juice-shop/ "--exclude-dir={frontend,node_modules,i18n,build,test,data,.git,.github}" NodeJS