mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-07-05 12:36:09 -07:00
Merge pull request #882 from danielvandenberg95/master-1
Allow HTTP-POST with F=403
This commit is contained in:
commit
b4a2b0b4ef
1 changed files with 1 additions and 1 deletions
2
hydra.c
2
hydra.c
|
@ -388,7 +388,7 @@ static const struct {
|
|||
{"http-get-form", service_http_form_init, service_http_get_form, usage_http_form},
|
||||
{"http-head", service_http_init, service_http_head, NULL},
|
||||
{"http-form", service_http_form_init, NULL, usage_http_form},
|
||||
{"http-post", NULL, service_http_post, usage_http},
|
||||
{"http-post", service_http_init, service_http_post, usage_http},
|
||||
{"http-post-form", service_http_form_init, service_http_post_form, usage_http_form},
|
||||
SERVICE3("http-proxy", http_proxy),
|
||||
SERVICE3("http-proxy-urlenum", http_proxy_urlenum),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue