Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wiki:hack_hydra [2024/04/21 19:52] – created 5.152.82.90wiki:hack_hydra [2024/04/21 19:55] (current) 5.152.82.90
Line 1: Line 1:
 ====Basic Auth==== ====Basic Auth====
 <code> <code>
-hydra -V -l <login> -P <path_to_dict> <HOST> http-head <URI>+hydra -V -l <login> -P <path_to_dict> <host> http-head <url>
 </code> </code>
-==Example:== 
-<code> 
-hydra -V -l admin -P easy.txt www.securityforum.od.ua http-head / 
-</code> 
- 
- 
 ====SSH==== ====SSH====
 <code> <code>
-hydra -V -l root -P <path_to_dict> -t 1 <ip_address> ssh+hydra -V -l <login> -P <path_to_dict> -t 1 <host> ssh
 </code> </code>
 + \\
  
-====HTTP====+====Examples====
 **OpenWRT LuCI** **OpenWRT LuCI**
 <code> <code>
Navigation
Print/export
QR Code
QR Code wiki:hack_hydra (generated for current page)