Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DevanshRaghav75 committed Oct 13, 2021
1 parent 7d376b6 commit 1c4d706
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,27 @@ $ grepX -h
|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 |
|-c/--concurrency| Specify the concurrency, default are 100 |

## Usage

### Finding xss patterns
```
$ grepx urls_file xss -s -o output.txt
```

### Finding sqli patterns

```
$ grepx urls_file.txt sqli --silent
grepx urls.txt sqli
```

### Finding idor patterns
### Finding xss patterns with silent and concurrency argument

```
$ grepx urls.txt idor -t 10
grepx urls.txt xss --silent -c 20
```

### Finding ssrf patterns
### Finding and saving the output

```
$ grepx urls.txt ssrf | tee urls.ssrf
grepx urls.txt lfi > urls.lfi
```

**Hope you understood :)**

### Inspired by
* <a href="https://github.com/1ndianl33t/Gf-Patterns">Gf_Patterns by @1ndianl33t</a>
Expand Down

0 comments on commit 1c4d706

Please sign in to comment.