Commit graph

556 commits

Author SHA1 Message Date
van Hauser
ab467e0a3b v9.0 release 2019-05-17 08:50:01 +02:00
van Hauser
8bc67dc332
Merge pull request #418 from rmaksimov/auth-type-switching-option
fix typo and the offset value of miscptr
2019-05-16 11:46:54 +02:00
Roman Maksimov
c3c23bbd94 fix typo and the offset value of miscptr 2019-05-16 12:19:40 +03:00
van Hauser
0a0dd605ff http module a= option 2019-05-16 06:06:52 +02:00
van Hauser
c57d78c42f
Merge pull request #417 from rmaksimov/misc-fixes
Header value parsing fix and some misc changes
2019-05-15 23:12:55 +02:00
Roman Maksimov
6a57bd6877 add newline characters, fix option description in hydra-http-form.c 2019-05-15 22:58:49 +03:00
Roman Maksimov
f6723f61b1 fix parsing of header value in http(s) modules 2019-05-15 22:50:14 +03:00
van Hauser
451e3d3edd
Merge pull request #414 from rmaksimov/ntlm-auth-fix
fix NTLM authentication
2019-05-13 08:12:10 +02:00
van Hauser
a5b2f92284
Merge pull request #416 from rmaksimov/misc-fixes
Misc fixes
2019-05-12 19:50:43 +02:00
Roman Maksimov
f7f3aa1686 change the order of the comparison operands 2019-05-11 15:19:52 +03:00
Roman Maksimov
59241d6b8f change the order of the parameters as in the socket manual 2019-05-11 15:14:57 +03:00
Roman Maksimov
3424786530 fix NTLM authentication 2019-05-11 14:11:25 +03:00
David Maciejak
2bcd722941
Free the memory allocated by setupterm() 2019-04-29 09:55:57 +08:00
David Maciejak
2c7df66d42
Use specific RDP port if requested 2019-04-29 09:54:30 +08:00
van Hauser
5ca9285838
Merge pull request #410 from imhashir/master
Fixed a typo in readme
2019-04-28 12:03:57 +02:00
Hashir Baig
96641d2631 Fixed a typo in readme 2019-04-28 14:48:55 +05:00
van Hauser
a5ade64bdb
Merge pull request #409 from Galaxy-cst/master
Rebuild JSON report file in first time and append while using -R
2019-04-27 11:17:45 +02:00
Galaxy-cst
486f33cd5f Fix logical issue. It cause adding wrong output file head when restore session using JSON format 2019-04-27 10:11:02 +08:00
Galaxy-cst
5120f03645 Rebuild JSON report file in first time and append while using -R 2019-04-27 00:37:27 +08:00
van Hauser
e82e395dad Changelog update and compiler warning fix 2019-04-26 14:28:40 +02:00
David Maciejak
0fa7a484b3
Add ref to rdp module change 2019-04-25 22:16:32 +08:00
David Maciejak
c06685c308
Clean the code and handle more freerdp error code 2019-04-25 15:02:04 +08:00
van Hauser
64168bd98a
Merge pull request #405 from loianhtuan/master
replace rdesktop with freerdp for rdp module
2019-04-23 16:52:49 +02:00
Tuan
f93b799384 replace rdesktop with freerdp for rdp module 2019-04-23 18:32:22 +07:00
van Hauser
12f22f253b
Merge pull request #402 from IPv4v6/fix-typo
Fix typo in man page
2019-04-11 21:57:25 +02:00
Stefan Pietsch
caa3f0ac8f Fix typo in man page 2019-04-11 21:36:38 +02:00
van Hauser
7c81e5dd5d
Merge pull request #394 from mlsendian/master
Fix compilation error when Mongo and Memcache libraries are absent
2019-03-22 21:55:56 +01:00
Marco Slaviero
14d74ff619 Fix compilation error when Mongo and Memcache libraries are absent 2019-03-22 11:09:05 +02:00
David Maciejak
0d4bcb548f Fix conditional compilation when the proper libs are not present 2019-03-20 11:35:35 +08:00
David Maciejak
e57f97417d Merge branch 'master' of https://github.com/vanhauser-thc/thc-hydra 2019-03-20 10:45:59 +08:00
David Maciejak
012fbe6d1b Add module for mongodb 2019-03-20 10:45:42 +08:00
David Maciejak
6575bf964d Fix unauthenticated memcached server detection 2019-03-20 10:35:51 +08:00
van Hauser
95819bf458 return 255 fix 2019-03-17 09:39:03 -04:00
van Hauser
af808bc4d9 http md5-digest fix 2019-03-16 18:20:08 -04:00
David Maciejak
1ad374b6a1 Fix hydra child exit 2019-03-15 22:39:37 +08:00
David Maciejak
09b2af9c8c update README for new memcached module 2019-03-09 08:38:32 +08:00
David Maciejak
8e209b14f4 add memcached module 2019-03-09 08:30:16 +08:00
David Maciejak
4a87be9c48 Fix rtsp module potential buffer overflow 2019-03-07 08:20:15 +08:00
David Maciejak
91825f0fef Fix svn module memory leaks 2019-03-07 08:12:04 +08:00
David Maciejak
59ef84522b
Clean unsupported ftps helper message
Just for the code and message to look like unsupported pop3s, imaps, ...
2019-03-05 19:23:43 +08:00
David Maciejak
4d9740836f
Remove the extra CR
To have the perror log details on the same error line
2019-03-05 19:00:07 +08:00
David Maciejak
26e69be9a9
Missing error log carriage return 2019-03-05 18:49:37 +08:00
David Maciejak
edc01ed049
Fix compilation warning
See below full log:

hydra-http-proxy.c: In function ‘start_http_proxy’:
hydra-http-proxy.c:26:26: warning: ‘%.200s’ directive writing up to 200 bytes into a region of size 24 [-Wformat-overflow=]
     sprintf(host, "Host: %.200s", ptr + 3);
                          ^~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from hydra.h:3,
                 from hydra-mod.h:4,
                 from hydra-http-proxy.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 7 and 207 bytes into a destination of size 30
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-03-05 12:45:41 +08:00
David Maciejak
e759b3768c
Fix compilation warning
hydra-redis.c: In function ‘start_redis’:
hydra-redis.c:18:51: warning: ‘%.250s’ directive writing up to 250 bytes into a region of size between 243 and 493 [-Wformat-overflow=]
   sprintf(buffer, "*2\r\n$4\r\nAUTH\r\n$%.250s\r\n%.250s\r\n", pass_num, pass);
                                                   ^~~~~~
In file included from /usr/include/stdio.h:862:0,
                 from hydra.h:3,
                 from hydra-mod.h:4,
                 from hydra-redis.c:1:
/usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 20 and 520 bytes into a destination of size 510
   return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1,
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
       __bos (__s), __fmt, __va_arg_pack ());
       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-03-03 23:24:09 +08:00
David Maciejak
87e410e5a1
Fix compilation warning
Fix the compilation warning below:

hydra-smtp-enum.c: In function ‘service_smtp_enum’:
hydra-mod.h:72:22: warning: statement will never be executed [-Wswitch-unreachable]
 #define hydra_report fprintf
hydra-smtp-enum.c:220:11: note: in expansion of macro ‘hydra_report’
           hydra_report(stdout, "[VERBOSE] ");
           ^~~~~~~~~~~~
2019-03-03 23:08:47 +08:00
David Maciejak
bdf0475b48
Update dependencies for Ubuntu/Debian
remove libncp, rename firebird dev libs
2019-03-03 22:54:36 +08:00
David Maciejak
d5fb1142b2
Missing carriage return when printing error 2019-03-03 22:50:22 +08:00
van Hauser
ce2fd05edf new 8.9-dev init 2019-02-26 08:43:25 -05:00
van Hauser
3a9a3c1eba v8.9.1 release 2019-02-26 08:41:10 -05:00
van Hauser
d863927a53 clarification 2019-02-26 08:38:29 -05:00