vanhauser-thc
e5996654ed
fix return
2022-02-06 11:59:08 +01:00
vanhauser-thc
5a451ba541
http-form: no empty headers
2022-01-12 10:27:58 +01:00
sanmacorz
c81f0b97e7
Changed index() to strchr()
2021-05-12 12:22:48 -05:00
vanhauser-thc
cedbd0ddb2
indent
2021-03-11 14:00:40 +01:00
van Hauser
53290bb5cc
Merge pull request #569 from e2002e/master
...
Rain mode
2020-11-30 13:56:15 +01:00
e2002e
026ea7017e
Merge branch 'master' into master
2020-11-14 13:22:53 +00:00
Karim Kanso
7f19248e34
resolve compiler warnings identified by gcc 9.3.0
2020-11-12 15:31:03 +00:00
Karim Kanso
981e19852b
www-form: normalise webtarget
2020-11-12 15:31:03 +00:00
van Hauser
927ed229f2
Merge pull request #571 from g3offrey/master
...
html_encode the + character
2020-10-16 16:24:46 +02:00
van Hauser
631a61be8e
fix http-post-form optional parameter parsing
2020-10-16 13:49:07 +02:00
Geoffrey
bbab443f88
html_encode the + character
2020-10-02 16:44:10 +02:00
e2002e
60a9924547
Merge branch 'master' into master
2020-09-10 12:52:26 +02:00
GitAntoinee
f0424742e3
Fix indentation in help
2020-04-01 21:10:48 +02:00
GitAntoinee
bea3cf2bd1
Update help
2020-04-01 15:58:00 +02:00
GitAntoinee
7b053d7164
Add optional option to skip pre-request
2020-04-01 15:52:47 +02:00
van Hauser
720bdb3f96
code indent
2020-02-01 11:47:13 +01:00
van Hauser
a6eda41751
fixed off-by-one bug
2020-01-18 11:14:39 +01:00
van Hauser
d0c9d7ca3f
http-form parse option fix
2019-11-20 12:13:14 +01:00
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