Skip to content

Simple bash script that aim to save time on security code and config review for web technologies.

Notifications You must be signed in to change notification settings

mathis2001/Grepman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 

Repository files navigation

Grepman

Simple bash script that aim to save time on security code and config review for web technologies.

Prerequisites

  • gem
  • pip
  • grep

Install

$ git clone https://github.com/mathis2001/Grepman.git
$ cd Grepman
$ chmod +x grepman

Usage

$ ./grepman /path/to/project [--php] [--py] [--ruby] [--java] [--js] [-s] [--wl <wordlist>]

Options

    -h       Show this help message
    -s       Check for secrets
    --php    Run checks on PHP code
    --py     Run checks on Python code
    --ruby   Run checks on Ruby code
    --java   Run checks on Java code
    --js     Run checks on JavaScript code
    --wl     Run checks with a custom regex wordlist

About

Simple bash script that aim to save time on security code and config review for web technologies.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages