mirror of
https://github.com/vanhauser-thc/thc-hydra.git
synced 2025-08-20 13:23:57 -07:00
ssl,ssh and http-form fixes
This commit is contained in:
parent
852aa716f5
commit
725d14b9a5
3 changed files with 6 additions and 4 deletions
|
@ -432,7 +432,7 @@ char *html_encode(char *string) {
|
|||
if (index(ret, '&') != NULL)
|
||||
ret = hydra_strrep(ret, "&", "%26");
|
||||
if (index(ret, '#') != NULL)
|
||||
ret = hydra_strrep(ret, "&", "%23");
|
||||
ret = hydra_strrep(ret, "#", "%23");
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue