Commit graph

54 commits

Author SHA1 Message Date
vanhauser-thc
568ef74e0d nits 2023-07-21 10:44:38 +02:00
vanhauser-thc
4778a398d9 fix man page 2022-11-09 12:08:34 +01:00
vanhauser-thc
c82e5d51c5 switch to pcre2 2022-03-01 14:56:05 +01:00
vanhauser-thc
cf20153655 smtp-enum: skip host on unsupported command 2021-08-01 11:06:15 +02:00
sanmacorz
c81f0b97e7 Changed index() to strchr() 2021-05-12 12:22:48 -05:00
van Hauser
720bdb3f96 code indent 2020-02-01 11:47:13 +01:00
van Hauser
60c76d0c64 BN_zero fix 2020-01-29 12:24:46 +01:00
David Maciejak
d01f473d2e Fixing distinct used types 2019-06-01 09:27:23 +08:00
David Maciejak
f6001f39e2
Initialize properly sockaddr_in structs 2019-05-30 23:43:45 +08:00
van Hauser
451e3d3edd
Merge pull request #414 from rmaksimov/ntlm-auth-fix
fix NTLM authentication
2019-05-13 08:12:10 +02: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
van Hauser
e82e395dad Changelog update and compiler warning fix 2019-04-26 14:28:40 +02:00
van Hauser
1845c4476b proxy connect debug 2018-02-19 19:07:48 +01:00
Dario Lombardo
2d67764bbf mod: fix warning (found by ccc-analyzer). 2017-08-18 21:26:29 +02:00
van Hauser
fdf9b5f588 warning fixes by crondaemon 2017-08-18 11:30:42 +02:00
Lukas Schwaighofer
0e6ef089db fix various spelling and typography errors
taken from Debian; the changes were authored by:
* Julián Moreno Patiño <julian@debian.org>
* Daniel Echeverry <epsilon77@gmail.com>
2017-07-26 01:22:11 +02:00
van Hauser
1a72fe023e cleanup 2017-07-07 11:21:46 +02:00
van Hauser
4ab31cd18e ipv6 pretty print 2017-07-06 22:34:55 +02:00
van Hauser
4c6cbf03a7 stdint fixes 2017-07-06 22:26:08 +02:00
van Hauser
11176a1080 stdint fixes 2017-07-06 22:25:09 +02:00
van Hauser
f4eb8d0132 show device on IPv6 LL addresses 2017-07-06 21:32:46 +02:00
van Hauser
6445689545 show device on IPv6 LL addresses 2017-07-06 21:29:59 +02:00
van Hauser
f124c26fc6 big int to stdint switch 2017-07-05 08:48:00 +02:00
van Hauser
13962a20a8 fix for SSL error:00000000:lib(0):func(0):reason(0) bug 2017-06-15 11:45:46 +02:00
Diadlo
66562bd73c
Move null pointer check before pointer using 2017-06-10 23:54:32 +03:00
van Hauser
3ed91cd18f fix 2017-05-20 15:44:42 +02:00
petrock6
df5ec9ea30 Bugfix for issue 121 -- increased URL/POST/cookie data size to 6096 bytes from 1000 bytes. 2017-05-20 02:58:47 -05:00
veggie spam
795e9c7baa Buffer overrun in hydra_report_debug. 2017-03-02 20:56:29 -05:00
van Hauser
796992d82d fix for libressl 2016-11-22 16:58:11 +01:00
van Hauser
514e23611b fixed some compiler warnings 2016-10-15 14:46:48 +02:00
van Hauser
bb53072a73 proxy file support implemented 2016-10-12 17:37:51 +02:00
Rafael Sadowski
09e8c3378b add LibreSSL support
- Tested with LibreSSL 2.5.0 on OpenBSD current amd64
2016-10-09 10:05:13 +02:00
van Hauser
f42f7626ac sleep -> usleep fix 2016-09-01 17:38:33 +02:00
van Hauser
fdc211dce5 ensure unneeded sockets are closed 2016-06-26 14:37:01 +02:00
van Hauser
8671dbd31a openssl v1.1 interface changes - this is beta! 2016-06-17 22:13:34 +02:00
van Hauser
1579369097 SSL SNI support; important http-*:// fix; also http-post support added 2016-06-15 19:53:36 +02:00
van Hauser
4c25bddad7 SSL SNI implemented 2016-06-14 10:53:00 +02:00
Jack Reacher
554d66c768 Switched usleep to nanosleep for posix complience 2016-02-06 02:16:01 -05:00
van Hauser
725d14b9a5 ssl,ssh and http-form fixes 2016-01-20 15:41:09 +01:00
allfro
11e987e30d Allow compilation with older openssl
Uses `TLSv1_client_method` if `TLSv1_2_client_method` is not defined as a symbol in OpenSSL.
2015-07-09 09:01:39 -04:00
van Hauser
ed7a823175 readability 2015-06-25 09:53:17 +02:00
van Hauser
3cde13d4f3 added -O option to support SSL servers that are SSLv3 only 2015-03-29 13:43:40 +02:00
van Hauser
bfaa4c83a7 rsa keylength fix 2015-01-04 21:52:34 +01:00
van Hauser
9de979af9d SSL/TLSv1.2 support/fix 2014-12-25 17:49:06 +01:00
van Hauser
61386fa275 http-form-fix for OSX and *BSD 2014-12-10 10:01:24 +01:00
van Hauser
748ee9c422 -M port fix; and always print the specified target name when found 2014-11-30 18:16:15 +01:00
van Hauser
071d4d04e5 foo 2014-11-28 11:08:58 +01:00
vanhauser-thc
dbc9d20fcf closed before merging, sorry, silly me. fix for Android 2014-05-30 10:42:44 +02:00
vanhauser-thc
a7040b7724 fixes for multiple targets and especially CIDR mode 2014-05-08 15:26:41 +02:00