Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhava-mng committed Jul 22, 2021
1 parent 55a6826 commit 0fd7b29
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ des: Directory fuzzer.
Eg: fuzz-web-dir.rb -e php,txt --hc 303,404 https://example.com

-w WORDLIST Use custom wordlist. (default:dict/dirs.txt)
-e EXT Add extension.Use comma for multiple value. (default:txt,php,html
-p PAUSE Pause the fuzz for N second.
-e EXT Add extension.Use comma for multiple value. (default:txt,php,html)
-p PAUSE Pause the fuzz for N.0 second.
-d Enable decoy (default:~/.proxies.txt)
-D DECOY Use Specify decoy file.
-D DECOY Use New decoy file.
-n Run with out checking proxy status.
-t MAXTHREAD Maximum concurrency. (default:24)
-T TIMEOUT Set time out for each try. (default:1s)
-T TIMEOUT Set timeout for each try. (default:1s)
-u URL Target url.
-o OUTPUT Write output to the file.
-H HEAD Add header in json format with in apostrophy. eg:'{"key":29}' .
Expand All @@ -65,6 +65,7 @@ $ fuzz-web-dir.rb -D proxy/list.txt -e txt,db --hs 404,303 -p 1 http://example.c

```ruby
$ fuzz-web-dir.rb -u https://example.com/api/ -t 1 -p 2 -d -H '{"key1":"open"}' -o result.txt --hc 0
```

## enum-subdimain.rb

Expand Down

0 comments on commit 0fd7b29

Please sign in to comment.