Skip to content

Commit

Permalink
Issue #55: mult operator (*) in argument proxies (docs).
Browse files Browse the repository at this point in the history
  • Loading branch information
Nekmo committed Oct 13, 2018
1 parent d320086 commit ea989d9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,11 @@ Dirhunt includes an alias called ``tor`` for ``socks5://127.0.0.1:9150``. For ex
$ dirhunt http://domain1/blog/ --proxies http://localhost:3128,none

The proxies option allows you to improve the performance of the ``--delay`` option. The delay time is independent
for each proxy. Use multiple proxies to improve your work.
for each proxy. Use multiple proxies to improve your scan. You can repeat the same proxy several times to allow
multiple requests from the same proxy when the delay option is used. You can also repeat a proxy several times
to increase the use of a proxy. A shortcut to repeating a proxy is to use the mult operator (*). For example::

$ dirhunt http://domain1/blog/ --proxies http://localhost:3128,tor*8


Timeout
Expand Down

0 comments on commit ea989d9

Please sign in to comment.