ANTICHAT — форум по информационной безопасности, OSINT и технологиям
ANTICHAT — русскоязычное сообщество по безопасности, OSINT и программированию.
Форум ранее работал на доменах antichat.ru, antichat.com и antichat.club,
и теперь снова доступен на новом адресе —
forum.antichat.xyz.
Форум восстановлен и продолжает развитие: доступны архивные темы, добавляются новые обсуждения и материалы.
⚠️ Старые аккаунты восстановить невозможно — необходимо зарегистрироваться заново.

28.10.2015, 05:01
|
|
Guest
Сообщений: n/a
Провел на форуме: 5046
Репутация:
0
|
|
Здравствуйте.
Люди добрые, спасайте.
Уже какой час сижу и пытаюсь забрутить админку своего собственного роутера с помощью гидры.
Вечно какие-то косяки.
Помогите, пожалуйста, составить правильный запрос. Буду премного благодарен.
Вот заголовки, передаваемые браузером при входе в админку:
(Пароль 12344321 - неверный, если это важно)
Код:
Code:
http://192.168.1.1/index.cgi
POST /index.cgi HTTP/1.1
Host: 192.168.1.1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:39.0) Gecko/20100101 Firefox/39.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: ru-RU,ru;q=0.8,en-US;q=0.5,en;q=0.3
Accept-Encoding: gzip, deflate
DNT: 1
Referer: http://192.168.1.1/
Cookie: cookie_lang=eng; client_login=admin; client_password=12344321
Connection: keep-alive
Content-Type: application/x-www-form-urlencoded
Content-Length: 48
v2=y&rs_type=html&A1=admin&A2=12344321&auth=auth
HTTP/1.0 200 OK
Pragma: no-cache
Cache-Control: no-cache, must-revalidate
Content-Type: text/html
Expires: Tue, 02 Jan 2000 01:00:00 GMT
Last-Modified: Thu, 01 Jan 1970 11:48:37 GMT
Set-Cookie: cookie_lang=eng
Составляю следующий запрос:
Код:
Code:
hydra -l admin -p crabping1 192.168.1.1 http-post-form "/index.cgi:v2=y&rs_type=html&A1=^USER^&A2=^PASS^&auth=auth:badAuthKey:H=Cookie:cookie_lang=eng; client_login=^USER^; client_password=^PASS^:C=cookie_lang=eng:H=Accept-Language: ru-RU,ru;q=0.8,en-US;q=0.5;en;q=0.3:H=Accept-Encoding: gzip, deflate:H=Referer: 192.168.1.1:H=DNT:1" -fd -o /root/Desktop/123.txt -t 1
Вот дебаг:
( http://pastebin.com/HdustMAR#)
Код:
Code:- root@kali:~# clear
- [3;J
- root@kali:~# hydra -l admin -p crabping1 192.168.1.1 http-post-form"/index.cgi:v2=y&rs_type=html&A1=^USER^&A2=^PASS^&auth=auth:badAuthKey:H=Cookie: cookie_lang=eng; client_login=^USER^; client_password=^PASS^:C=cookie_lang=eng:H=Accept-Language: ru-RU,ru;q=0.8,en-US;q=0.5;en;q=0.3:H=Accept-Encoding: gzip, deflate:H=Referer: 192.168.1.1:H=DNT:1" -fd -o /root/Desktop/123.txt -t 1
- Hydra v8.1 (c) 2014 by van Hauser/THC - Please do not use in military or secret service organizations, or for illegal purposes.
- [DEBUG] Output color flag is 1
- Hydra (http://www.thc.org/thc-hydra) starting at 2015-10-28 04:53:11
- [DEBUG] cmdline: hydra -l admin -p crabping1 -fd -o /root/Desktop/123.txt -t 1 192.168.1.1 http-post-form/index.cgi:v2=y&rs_type=html&A1=^USER^&A2=^PASS^&auth=auth:badAuthKey:H=Cookie: cookie_lang=eng; client_login=^USER^;client_password=^PASS^:C=cookie_lang=eng:H=Accept-Language: ru-RU,ru;q=0.8,en-US;q=0.5;en;q=0.3:H=Accept-Encoding: gzip, deflate:H=Referer: 192.168.1.1:H=DNT:1
- [DATA] max 1 task per 1 server, overall 64 tasks, 1 login try (l:1/p:1), ~0 tries per task
- [DATA] attacking service http-post-form on port 80
- [VERBOSE] Resolving addresses ...
- [DEBUG] resolving 192.168.1.1
- done
- [DEBUG] Code: attack Time: 1446007991
- [DEBUG] Options: mode 0 ssl 0 restore 0 showAttempt 0 tasks 1 max_use 64 tnp 0 tpsal 0 tprl 0 exit_found 1 miscptr/index.cgi:v2=y&rs_type=html&A1=^USER^&A2=^PASS^&auth=auth:badAuthKey:H=Cookie: cookie_lang=eng; client_login=^USER^;client_password=^PASS^:C=cookie_lang=eng:H=Accept-Language: ru-RU,ru;q=0.8,en-US;q=0.5;en;q=0.3:H=Accept-Encoding: gzip, deflate:H=Referer: 192.168.1.1:H=DNT:1 service http-post-form
- [DEBUG] Brains: active 0 targets 1 finished 0 todo_all 1 todo 1 sent 0 found 0 countlogin 1 sizelogin 6 countpass 1 sizepass 11
- [DEBUG] Target 0 - target 192.168.1.1 ip 192.168.1.1 login_no 0 pass_no 0 sent 0 pass_state 0 use_count 0 failed 0 done 0 fail_count0 login_ptr admin pass_ptr crabping1
- [DEBUG] Task 0 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 1 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 2 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 3 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 4 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 5 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 6 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 7 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 8 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 9 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 10 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 11 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 12 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 13 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 14 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 15 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 16 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 17 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 18 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 19 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 20 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 21 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 22 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 23 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 24 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 25 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 26 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 27 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 28 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 29 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 30 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 31 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 32 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 33 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 34 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 35 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 36 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 37 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 38 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 39 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 40 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 41 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 42 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 43 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 44 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 45 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 46 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 47 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 48 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 49 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 50 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 51 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 52 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 53 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 54 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 55 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 56 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 57 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 58 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 59 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 60 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 61 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 62 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] Task 63 - pid 0 active 0 redo 0 current_login_ptr (null) current_pass_ptr (null)
- [DEBUG] head_no[0] to target_no 0 active 0
- [DEBUG] child 0 got target 0 selected
- [DEBUG] child 0 spawned for target 0 with pid 3260
- [DEBUG] head_no[1] to target_no 0 active 0
- [DEBUG] child 1 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 1, kill 0, fail 3
- [DEBUG] head_no 0 has pid 3260
- [DEBUG] head_no[2] to target_no 0 active 0
- [DEBUG] child 2 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 2, kill 0, fail 3
- [DEBUG] head_no[3] to target_no 0 active 0
- [DEBUG] child 3 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 3, kill 0, fail 3
- [DEBUG] head_no[4] to target_no 0 active 0
- [DEBUG] child 4 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 4, kill 0, fail 3
- [DEBUG] head_no[5] to target_no 0 active 0
- [DEBUG] child 5 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 5, kill 0, fail 3
- [DEBUG] head_no[6] to target_no 0 active 0
- [DEBUG] child 6 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 6, kill 0, fail 3
- [DEBUG] head_no[7] to target_no 0 active 0
- [DEBUG] child 7 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 7, kill 0, fail 3
- [DEBUG] head_no[8] to target_no 0 active 0
- [DEBUG] child 8 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 8, kill 0, fail 3
- [DEBUG] head_no[9] to target_no 0 active 0
- [DEBUG] child 9 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 9, kill 0, fail 3
- [DEBUG] head_no[10] to target_no 0 active 0
- [DEBUG] child 10 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 10, kill 0, fail 3
- [DEBUG] head_no[11] to target_no 0 active 0
- [DEBUG] child 11 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 11, kill 0, fail 3
- [DEBUG] head_no[12] to target_no 0 active 0
- [DEBUG] child 12 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 12, kill 0, fail 3
- [DEBUG] head_no[13] to target_no 0 active 0
- [DEBUG] child 13 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 13, kill 0, fail 3
- [DEBUG] head_no[14] to target_no 0 active 0
- [DEBUG] child 14 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 14, kill 0, fail 3
- [DEBUG] head_no[15] to target_no 0 active 0
- [DEBUG] child 15 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets leftDEBUG_CONNECT_OK
- [DEBUG] head_no 15, kill 0, fail 3
- [DEBUG] head_no[16] to target_no 0 active 0
- [DEBUG] child 16 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 16, kill 0, fail 3
- [DEBUG] head_no[17] to target_no 0 active 0
- [DEBUG] child 17 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 17, kill 0, fail 3
- [DEBUG] head_no[18] to target_no 0 active 0
- [DEBUG] child 18 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 18, kill 0, fail 3
- [DEBUG] head_no[19] to target_no 0 active 0
- [DEBUG] child 19 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 19, kill 0, fail 3
- [DEBUG] head_no[20] to target_no 0 active 0
- [DEBUG] child 20 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 20, kill 0, fail 3
- [DEBUG] head_no[21] to target_no 0 active 0
- [DEBUG] child 21 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 21, kill 0, fail 3
- [DEBUG] head_no[22] to target_no 0 active 0
- [DEBUG] child 22 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 22, kill 0, fail 3
- [DEBUG] head_no[23] to target_no 0 active 0
- [DEBUG] child 23 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 23, kill 0, fail 3
- [DEBUG] head_no[24] to target_no 0 active 0
- [DEBUG] child 24 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 24, kill 0, fail 3
- [DEBUG] head_no[25] to target_no 0 active 0
- [DEBUG] child 25 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 25, kill 0, fail 3
- [DEBUG] head_no[26] to target_no 0 active 0
- [DEBUG] child 26 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 26, kill 0, fail 3
- [DEBUG] head_no[27] to target_no 0 active 0
- [DEBUG] child 27 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 27, kill 0, fail 3
- [DEBUG] head_no[28] to target_no 0 active 0
- [DEBUG] child 28 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 28, kill 0, fail 3
- [DEBUG] head_no[29] to target_no 0 active 0
- [DEBUG] child 29 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 29, kill 0, fail 3
- [DEBUG] head_no[30] to target_no 0 active 0
- [DEBUG] child 30 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 30, kill 0, fail 3
- [DEBUG] head_no[31] to target_no 0 active 0
- [DEBUG] child 31 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 31, kill 0, fail 3
- [DEBUG] head_no[32] to target_no 0 active 0
- [DEBUG] child 32 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 32, kill 0, fail 3
- [DEBUG] head_no[33] to target_no 0 active 0
- [DEBUG] child 33 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 33, kill 0, fail 3
- [DEBUG] head_no[34] to target_no 0 active 0
- [DEBUG] child 34 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 34, kill 0, fail 3
- [DEBUG] head_no[35] to target_no 0 active 0
- [DEBUG] child 35 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 35, kill 0, fail 3
- [DEBUG] head_no[36] to target_no 0 active 0
- [DEBUG] child 36 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 36, kill 0, fail 3
- [DEBUG] head_no[37] to target_no 0 active 0
- [DEBUG] child 37 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 37, kill 0, fail 3
- [DEBUG] head_no[38] to target_no 0 active 0
- [DEBUG] child 38 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 38, kill 0, fail 3
- [DEBUG] head_no[39] to target_no 0 active 0
- [DEBUG] child 39 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 39, kill 0, fail 3
- [DEBUG] head_no[40] to target_no 0 active 0
- [DEBUG] child 40 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 40, kill 0, fail 3
- [DEBUG] head_no[41] to target_no 0 active 0
- [DEBUG] child 41 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 41, kill 0, fail 3
- [DEBUG] head_no[42] to target_no 0 active 0
- [DEBUG] child 42 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 42, kill 0, fail 3
- [DEBUG] head_no[43] to target_no 0 active 0
- [DEBUG] child 43 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 43, kill 0, fail 3
- [DEBUG] head_no[44] to target_no 0 active 0
- [DEBUG] child 44 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 44, kill 0, fail 3
- [DEBUG] head_no[45] to target_no 0 active 0
- [DEBUG] child 45 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 45, kill 0, fail 3
- [DEBUG] head_no[46] to target_no 0 active 0
- [DEBUG] child 46 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 46, kill 0, fail 3
- [DEBUG] head_no[47] to target_no 0 active 0
- [DEBUG] child 47 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 47, kill 0, fail 3
- [DEBUG] head_no[48] to target_no 0 active 0
- [DEBUG] child 48 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 48, kill 0, fail 3
- [DEBUG] head_no[49] to target_no 0 active 0
- [DEBUG] child 49 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 49, kill 0, fail 3
- [DEBUG] head_no[50] to target_no 0 active 0
- [DEBUG] child 50 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 50, kill 0, fail 3
- [DEBUG] head_no[51] to target_no 0 active 0
- [DEBUG] child 51 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 51, kill 0, fail 3
- [DEBUG] head_no[52] to target_no 0 active 0
- [DEBUG] child 52 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 52, kill 0, fail 3
- [DEBUG] head_no[53] to target_no 0 active 0
- [DEBUG] child 53 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 53, kill 0, fail 3
- [DEBUG] head_no[54] to target_no 0 active 0
- [DEBUG] child 54 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 54, kill 0, fail 3
- [DEBUG] head_no[55] to target_no 0 active 0
- [DEBUG] child 55 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 55, kill 0, fail 3
- [DEBUG] head_no[56] to target_no 0 active 0
- [DEBUG] child 56 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 56, kill 0, fail 3
- [DEBUG] head_no[57] to target_no 0 active 0
- [DEBUG] child 57 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 57, kill 0, fail 3
- [DEBUG] head_no[58] to target_no 0 active 0
- [DEBUG] child 58 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 58, kill 0, fail 3
- [DEBUG] head_no[59] to target_no 0 active 0
- [DEBUG] child 59 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 59, kill 0, fail 3
- [DEBUG] head_no[60] to target_no 0 active 0
- [DEBUG] child 60 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 60, kill 0, fail 3
- [DEBUG] head_no[61] to target_no 0 active 0
- [DEBUG] child 61 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 61, kill 0, fail 3
- [DEBUG] head_no[62] to target_no 0 active 0
- [DEBUG] child 62 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 62, kill 0, fail 3
- [DEBUG] head_no[63] to target_no 0 active 0
- [DEBUG] child 63 got target -1 selected
- [DEBUG] hydra_select_target() reports no more targets left
- [DEBUG] head_no 63, kill 0, fail 3
- [DEBUG] head_no[0] to target_no 0 active 1
- [DEBUG] head_no[0] read n
- [DEBUG] send_next_pair_init target 0, head 0, redo 0, redo_state 0, pass_state 0. loop_mode 0, curlogin (null), curpass (null), tlogin admin, tpass crabping1, logincnt 0/1, passcnt 0/1, loop_cnt 1
- [DEBUG] send_next_pair_mid done 1, pass_state 0, clogin admin, cpass crabping1, tlogin -p, tpass crabping1, redo 0
- [ATTEMPT] target 192.168.1.1 - login "admin" - pass "crabping1" - 1 of 1 [child 0]
- [DEBUG] SEND [pid:3260] (269 bytes):
- 0000: 4745 5420 636f 6f6b 6965 5f6c 616e 673d [ GET cookie_lang= ]
- 0010: 656e 6720 4854 5450 2f31 2e30 0d0a 436f [ eng HTTP/1.0..Co ]
- 0020: 6f6b 6965 3a20 636f 6f6b 6965 5f6c 616e [ okie: cookie_lan ]
- 0030: 673d 656e 673b 2063 6c69 656e 745f 6c6f [ g=eng; client_lo ]
- 0040: 6769 6e3d 5e55 5345 525e 3b20 636c 6965 [ gin=^USER^; clie ]
- 0050: 6e74 5f70 6173 7377 6f72 643d 5e50 4153 [ nt_password=^PAS ]
- 0060: 535e 0d0a 4163 6365 7074 2d4c 616e 6775 [ S^..Accept-Langu ]
- 0070: 6167 653a 2072 752d 5255 2c72 753b 713d [ age: ru-RU,ru;q= ]
- 0080: 302e 382c 656e 2d55 533b 713d 302e 353b [ 0.8,en-US;q=0.5; ]
- 0090: 656e 3b71 3d30 2e33 0d0a 4163 6365 7074 [ en;q=0.3..Accept ]
- 00a0: 2d45 6e63 6f64 696e 673a 2067 7a69 702c [ -Encoding: gzip, ]
- 00b0: 2064 6566 6c61 7465 0d0a 5265 6665 7265 [ deflate..Refere ]
- 00c0: 723a 2031 3932 2e31 3638 2e31 2e31 0d0a [ r: 192.168.1.1.. ]
- 00d0: 444e 543a 200d 0a48 6f73 743a 2031 3932 [ DNT: ..Host: 192 ]
- 00e0: 2e31 3638 2e31 2e31 0d0a 5573 6572 2d41 [ .168.1.1..User-A ]
- 00f0: 6765 6e74 3a20 4d6f 7a69 6c6c 612f 352e [ gent: Mozilla/5. ]
- 0100: 3020 2848 7964 7261 290d 0a0d 0a [ 0 (Hydra).... ]
- [DEBUG] hydra_receive_line: waittime: 32, conwait: 0, socket: 7, pid: 3260
- [DEBUG] RECV [pid:3260] (211 bytes):
- 0000: 4854 5450 2f31 2e30 2034 3030 2042 6164 [ HTTP/1.0 400 Bad ]
- 0010: 2052 6571 7565 7374 0a43 6f6e 7465 6e74 [ Request.Content ]
- 0020: 2d74 7970 653a 2074 6578 742f 6874 6d6c [ -type: text/html ]
- 0030: 0d0a 4461 7465 3a20 5468 752c 2030 3120 [ ..Date: Thu, 01 ]
- 0040: 4a61 6e20 3139 3730 2031 333a 3132 3a32 [ Jan 1970 13:12:2 ]
- 0050: 3020 474d 540d 0a43 6f6e 6e65 6374 696f [ 0 GMT..Connectio ]
- 0060: 6e3a 2063 6c6f 7365 0d0a 0d0a 3c48 4541 [ n: close....400 Bad ]
- 0080: 2052 6571 7565 7374 3c2f 5449 544c 453e [ Request ]
- 0090: 3c2f 4845 4144 3e0a 3c42 4f44 593e 3c48 [ .400 Bad Reques ]
- 00b0: 743c 2f48 313e 0a55 6e73 7570 706f 7274 [ t.Unsupport ]
- 00c0: 6564 206d 6574 686f 642e 0a3c 2f42 4f44 [ ed method... ]
- [DEBUG] hydra_receive_line: waittime: 32, conwait: 0, socket: 7, pid: 3260
- [DEBUG] RECV [pid:3260] (0 bytes):
- DEBUG_DISCONNECT
- DEBUG_CONNECT_OK
- [DEBUG] SEND [pid:3260] (329 bytes):
- 0000: 504f 5354 202f 696e 6465 782e 6367 6920 [ POST /index.cgi ]
- 0010: 4854 5450 2f31 2e30 0d0a 436f 6f6b 6965 [ HTTP/1.0..Cookie ]
- 0020: 3a20 6164 6d69 6e0d 0a41 6363 6570 742d [ : admin..Accept- ]
- 0030: 4c61 6e67 7561 6765 3a20 7275 2d52 552c [ Language: ru-RU, ]
- 0040: 7275 3b71 3d30 2e38 2c65 6e2d 5553 3b71 [ ru;q=0.8,en-US;q ]
- 0050: 3d30 2e35 3b65 6e3b 713d 302e 330d 0a41 [ =0.5;en;q=0.3..A ]
- 0060: 6363 6570 742d 456e 636f 6469 6e67 3a20 [ ccept-Encoding: ]
- 0070: 677a 6970 2c20 6465 666c 6174 650d 0a52 [ gzip, deflate..R ]
- 0080: 6566 6572 6572 3a20 3139 322e 3136 382e [ eferer: 192.168. ]
- 0090: 312e 310d 0a44 4e54 3a20 0d0a 486f 7374 [ 1.1..DNT: ..Host ]
- 00a0: 3a20 3139 322e 3136 382e 312e 310d 0a55 [ : 192.168.1.1..U ]
- 00b0: 7365 722d 4167 656e 743a 204d 6f7a 696c [ ser-Agent: Mozil ]
- 00c0: 6c61 2f35 2e30 2028 4879 6472 6129 0d0a [ la/5.0 (Hydra).. ]
- 00d0: 436f 6e74 656e 742d 4c65 6e67 7468 3a20 [ Content-Length: ]
- 00e0: 3530 0d0a 436f 6e74 656e 742d 5479 7065 [ 50..Content-Type ]
- 00f0: 3a20 6170 706c 6963 6174 696f 6e2f 782d [ : application/x- ]
- 0100: 7777 772d 666f 726d 2d75 726c 656e 636f [ www-form-urlenco ]
- 0110: 6465 640d 0a0d 0a76 323d 7926 7273 5f74 [ ded....v2=y&rs_t ]
- 0120: 7970 653d 6874 6d6c 2641 313d 6164 6d69 [ ype=html&A1=admi ]
- 0130: 6e26 4132 3d31 3233 3434 3332 3145 6726 [ n&A2=crabping1& ]
- 0140: 6175 7468 3d61 7574 68 [ auth=auth ]
- HTTP request sent:[0A]POST /index.cgi HTTP/1.0[0D][0A]Cookie: admin[0D][0A]Accept-Language: ru-RU,ru;q=0.8,en-US;q=0.5;en;q=0.3[0D][0A]Accept-Encoding: gzip, deflate[0D][0A]Referer: 192.168.1.1[0D][0A]DNT: [0D][0A]Host: 192.168.1.1[0D][0A]User-Agent: Mozilla/5.0 (Hydra)[0D][0A]Content-Length: 50[0D][0A]Content-Type: application/x-www-form-urlencoded[0D][0A][0D][0A]v2=y&rs_type=html&A1=admin&A2=crabping1&auth=auth[0A]
- [DEBUG] hydra_receive_line: waittime: 32, conwait: 0, socket: 7, pid: 3260
- [DEBUG] RECV [pid:3260] (16 bytes):
- 0000: 4854 5450 2f31 2e30 2032 3030 204f 4b0a [ HTTP/1.0 200 OK. ]
- [DEBUG] hydra_receive_line: waittime: 32, conwait: 0, socket: 7, pid: 3260
- [DEBUG] RECV [pid:3260] (1448 bytes):
- 0000: 5072 6167 6d61 3a20 6e6f 2d63 6163 6865 [ Pragma: no-cache ]
- 0010: 0d0a 4361 6368 652d 436f 6e74 726f 6c3a [ ..Cache-Control: ]
- 0020: 206e 6f2d 6361 6368 652c 206d 7573 742d [ no-cache, must- ]
- 0030: 7265 7661 6c69 6461 7465 0d0a 436f 6e74 [ revalidate..Cont ]
- 0040: 656e 742d 7479 7065 3a20 7465 7874 2f68 [ ent-type: text/h ]
- 0050: 746d 6c0d 0a45 7870 6972 6573 3a20 5475 [ tml..Expires: Tu ]
- 0060: 652c 2030 3220 4a61 6e20 3230 3030 2030 [ e, 02 Jan 2000 0 ]
- 0070: 313a 3030 3a30 3020 474d 540d 0a4c 6173 [ 1:00:00 GMT..Las ]
- 0080: 742d 4d6f 6469 6669 6564 3a20 5468 752c [ t-Modified: Thu, ]
- 0090: 2030 3120 4a61 6e20 3139 3730 2031 333a [ 01 Jan 1970 13: ]
- 00a0: 3132 3a32 3020 474d 540d 0a53 6574 2d43 [ 12:20 GMT..Set-C ]
- 00b0: 6f6f 6b69 653a 2063 6f6f 6b69 655f 6c61 [ ookie: cookie_la ]
- 00c0: 6e67 3d72 7573 0d0a 0d0a 3c3f 786d 6c20 [ ng=rus.... ]
- 00f0: 0a3c 2144 4f43 5459 5045 2068 746d 6c20 [ ....DSL ]
- 01c0: 5f32 3634 304e 5255 3c2f 7469 746c 653e [ _2640NRU ]
- 01d0: 0a3c 6d65 7461 206e 616d 653d 2264 6174 [ . ]
- 01f0: 0a3c 6d65 7461 206e 616d 653d 2267 656e [ ....... ]
- 0380: 0a3c 6d65 7461 2068 7474 702d 6571 7569 [ .. ]
- 0400: 0a3c 6c69 6e6b 2072 656c 3d22 7368 6f72 [ ...... ]
- 0580: 3c2f 7363 7269 7074 3e0a 3c73 6372 6970 [ ... ]
- 00a0: 3c2f 7363 7269 7074 3e0a 3c73 6372 6970 [ ....var badAuthKe ]
- 0160: 7920 3d20 2262 6164 5f61 7574 6822 3b0a [ y = "bad_auth";. ]
- 0170: 2428 7374 6172 7429 0a3c 2f73 6372 6970 [ $(start).............. ]
- 02c0: 3c69 6e70 7574 2074 7970 653d 2268 6964 [ ..DSL_2640NRU.......
...
.............. ]
- [DEBUG] attempt result: found 1, redirect 0, location:
- [DEBUG] head_no[0] to target_no 0 active 1
- [DEBUG] head_no[0] read N
- [STATUS] attack finished for 192.168.1.1 (waiting for children to complete tests)
- [DEBUG] head_no 0, kill 1, fail 0
- DEBUG_DISCONNECT[DEBUG] all targets done and all heads finished
- [DEBUG] while loop left with 1
- [DEBUG] killing all remaining children now that might be stuck
- 1 of 1 target completed, 0 valid passwords found
- Hydra (http://www.thc.org/thc-hydra) finished at 2015-10-28 04:53:11
- root@kali:~#
|
|
|
|
|
|
Здесь присутствуют: 1 (пользователей: 0 , гостей: 1)
|
|
|
|