Advertisement
anonymousvnorg

6

Mar 10th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. -l LOGIN or -L FILE login with LOGIN name, or load several logins from FILE
  2. -p PASS or -P FILE try password PASS, or load several passwords from FILE
  3. -e nsr try "n" null password, "s" login as pass and/or "r" reversed login
  4. -u loop around users, not passwords (effective! implied with -x)
  5. -f / -F exit when a login/pass pair is found (-M: -f per host, -F global)
  6. -t TASKS run TASKS number of connects in parallel (per host, default: 16)
  7. -w / -W TIME waittime for responses (32s) / between connects per thread
  8. -v / -V / -d verbose mode / show login+pass for each attempt / debug mode
  9. -q do not print messages about connection errors
  10. -U service module usage details
  11. server the target: DNS, IP or 192.168.0.0/24 (this OR the -M option)
  12. service the service to crack (see below for supported protocols)
  13. OPT some service modules support additional input (-U for module help)
  14.  
  15. HYDRA_PROXY_HTTP or HYDRA_PROXY - and if needed HYDRA_PROXY_AUTH - environment for a proxy setup.
  16. E.g.: % export HYDRA_PROXY=socks5://127.0.0.1:9150 (or socks4:// or connect://)
  17. % export HYDRA_PROXY_HTTP=http://proxy:8080
  18.  
  19. ...SNIP...
  20.  
  21. Syntax: <url>:<form parameters>:<condition string>[:<optional>[:<optional>]
  22.  
  23. ...SNIP...
  24.  
  25. Third is the string that it checks for an *invalid* login (by default)
  26. Invalid condition login check can be preceded by "F=", successful condition
  27. login check must be preceded by "S=".
  28. This is where most people get it wrong. You have to check the webapp what a
  29. failed string looks like and put it in this parameter!
  30. "/login.php:user=^USER^&pass=^PASS^:incorrect"
  31.  
  32. ...SNIP...
  33.  
  34. Note that if you are going to put colons (:) in your headers you should escape them with a backslash (\).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement