Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mathis2001/grepman

Simple bash script that aim to save time on security code and config review for web technologies.
https://github.com/mathis2001/grepman

bash-script code-review grep-search java javascript pentest php python ruby-on-rails

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

## Prerequisites

- gem
- pip
- grep

## Install

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

## Usage

```bash
$ ./grepman /path/to/project [--php] [--py] [--ruby] [--java] [--js] [-s] [--wl ]
```

## Options

```bash
-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
```