Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rckh authored Apr 18, 2022
1 parent c7925fa commit 73cd6ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,17 @@ Options:

### Fuzz URL path, show only responses which returned 200 OK
```
nim -u https://example.org/ -w path/to/wordlist.txt -sc OK
nim -u https://example.org/FUZZ -w path/to/wordlist.txt -sc OK
```

### Fuzz 'User-Agent' header, show only responses which returned 200 OK
```
nim -u https://example.org/ -w path/to/wordlist.txt -sc OK -H "User-Agent: "
nim -u https://example.org/ -w path/to/wordlist.txt -sc OK -H "User-Agent: FUZZ"
```

### Fuzz POST data, show only responses which returned 200 OK
```
nim -u https://example.org/ -w path/to/wordlist.txt -sc OK -m POST -H "Content-Type: application/json" -pd '{"username": ""}'
nim -u https://example.org/ -w path/to/wordlist.txt -sc OK -m POST -H "Content-Type: application/json" -pd '{"username": "FUZZ"}'
```

# Contributors
Expand Down

0 comments on commit 73cd6ca

Please sign in to comment.