Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DevanshRaghav75 authored Jul 21, 2021
1 parent fb6eac3 commit dc91d78
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,22 @@

`grepX` is a multi-threaded python script that finds `xss, sqli, idor, ssrf, ssti, rce, redirect ` parameters/patterns from the given URLs list.

## Installation
```
$ git clone https://github.com/DevanshRaghav75/grepX.git
$ cd grepX
$ python3 setup.py install
$ grepX -h
```
## Args
| Args | Discription |
|------------|--------------------------------------|
|file | Specify the URLs file |
|Pattern | Specify the pattern you want to find |
|-s/--silent | Enable silent mode |
|-t/--threads| Specify the threads, default are 100 |
|-o/--output | Specify the output file |

## Usage

### Finding xss patterns
Expand Down

0 comments on commit dc91d78

Please sign in to comment.