Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mathis2001/grepman
- Owner: mathis2001
- Created: 2024-02-01T14:41:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-23T12:49:19.000Z (9 months ago)
- Last Synced: 2024-03-05T09:38:54.984Z (8 months ago)
- Topics: bash-script, code-review, grep-search, java, javascript, pentest, php, python, ruby-on-rails
- Language: Shell
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```