owein
ccd3a99765
rolled back the http-form parameters parsing.
...
help for bfg's rain is in bfg's help now
2019-11-19 16:49:54 +01:00
owein
b34655617f
!!! I did not test the escapes in the miscptr !!!
2019-10-21 20:37:25 +02:00
owein
6dfd77a37d
fixed http-post
2019-10-21 20:11:38 +02:00
owein
ab4aa36fd0
rolled back head_init for http-post-form, still an issue with the display
2019-10-20 23:26:44 +02:00
van Hauser
ebbea58cf6
http-form parameter fix
2019-09-13 17:35:05 +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
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
edfaeed0a3
Merge pull request #348 from mathewmarcus/fix_issue_347
...
set cookie for http-form-post redirects
2018-09-20 07:28:35 +02:00
van Hauser
0626888331
http-form fix to always identify 403/404 as failed
2018-08-09 11:13:25 +02:00
mathewmarcus
f6383ae4c7
set cookie for http-form-post redirects
2018-07-27 14:31:22 -05:00
mathewmarcus
25383d76d9
modified parse_options function
2018-07-16 07:46:45 -05:00
mathewmarcus
4b1a945c45
moved relevant header macros and functions into http header file
2018-07-16 07:04:59 -05:00
mathewmarcus
689b20f60a
ported relevant shared http declarations into header file
2018-07-14 15:57:21 -05:00
mathewmarcus
d89483ed05
pulled option parsing functionality into separate function
2018-07-14 11:10:34 -05:00
van Hauser
a58f785065
fixed http-form memory leaks
2017-11-27 17:44:51 +01:00
Edouard Hinard
e72b408e54
possible base64 encoding of credentials
2017-10-25 08:23:00 +02:00
Aleksandrina Nikolova
2650665161
Fixes issue #267 (http-get-form does not use
...
absolute URL when proxy is set)
2017-10-06 07:17:35 +10:00
van Hauser
ea3fd5285c
more spelling fixes
2017-07-26 22:29:18 +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
cd0757e81b
x64 warning fixes
2017-07-21 13:35:40 +02:00
van Hauser
1a72fe023e
cleanup
2017-07-07 11:21:46 +02:00
van Hauser
11176a1080
stdint fixes
2017-07-06 22:25:09 +02:00
van Hauser
f124c26fc6
big int to stdint switch
2017-07-05 08:48:00 +02:00
mindon
6a6c58c925
Reset redirect flag and fix redirect port error issue
...
fix following 2 issues:
1. when fail is a redirect url, matched is not - but the redirect flag is still 1 - causing match missed
2. when redirect to a relative url on a port not 80, it fails to attach the port to the redirect url
2017-06-24 08:26:39 -05:00
van Hauser
51d881353b
moved help to modules
2017-06-23 19:15:18 +02: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
Aaron Lewis
34f5d55b84
SunOS compile support: add -lrt to support nanosleep(); add definition of strndup()
2016-12-29 17:03:46 +08:00
van Hauser
bb53072a73
proxy file support implemented
2016-10-12 17:37:51 +02:00
van Hauser
1579369097
SSL SNI support; important http-*:// fix; also http-post support added
2016-06-15 19:53:36 +02:00
Dario Lombardo
b8f88efb46
Remove some compiler warnings
2016-05-31 11:18:45 +02:00
Darren Cocco
66bb7a6b6c
Fix http-post-form redirect mangled and segfaulted
...
Off by one error found when processing Location: in redirects.
Pointer handling mistake found when updating cookies after redirect.
2016-05-11 12:00:37 +10:00
van Hauser
725d14b9a5
ssl,ssh and http-form fixes
2016-01-20 15:41:09 +01:00
van Hauser
a2d47904d5
HTTP Form redirect following fix
2015-07-15 23:17:29 +02:00
van Hauser
e47d8fda1e
http-form out of memory fix
2015-06-17 19:39:31 +02:00
strunk
d1328eee8f
Removed comments
2015-03-19 01:30:06 +01:00
strunk
7001f487d0
Fixed #41
2015-03-19 01:27:43 +01:00
ajuaristi
a4edb11bb3
Fixed issue with multiple cookies.
2015-03-18 22:30:37 +01:00
strunk
470aa85ccb
Doubly-linked list for cookies.
2015-02-27 21:29:21 +01:00
van Hauser
d4af858c7d
bugfix for endless cookies
2015-02-19 16:29:24 +01:00
strunk
2d7e1fc1d0
Colons must be escaped when they're part of optional parameters (\:).
2014-10-21 23:13:19 +02:00
van Hauser
0a07987392
david sadly cant help maintain hydra anymore
2014-09-11 20:34:44 +02:00
strunk
932e835ac7
Cleaned comments.
2014-09-09 22:54:43 +02:00
strunk
4292920180
Removed unnecessary debug messages.
2014-09-08 22:53:11 +02:00
strunk
fd1dd61e83
Fixed all gcc warnings
2014-09-04 17:53:36 +02:00
strunk
f102bae8d8
Fixed some gcc warnings.
2014-09-03 18:50:17 +02:00
strunk
abac14d5d5
Merged changes from upstream.
2014-09-03 16:13:53 +02:00
strunk
9661cb1053
New hydra-http-form
2014-08-26 19:37:58 +02:00