vanhauser-thc/thc-hydra
Ver no GitHubhttp-post-form using single tcp connection?
Open
#460 aberto em 10 de out. de 2019
enhancementhelp wanted
Métricas do repositório
- Stars
- (8.689 stars)
- Métricas de merge de PR
- (Mesclagem média 2d 14h) (2 fundiu PRs em 30d)
Description
Is it possible to somehow send multiple post requests using the same tcp connection, perhaps by using the Connection: Keep-Alive HTTP header? I tried just adding the header to the command like so:
hydra -O -v -V -I -l administrator -x 1:1:aA myip https-post-form "mypath:myxml:failtext:H=Content-Type: application/xml; Connection: Keep-Alive"
But it seems like I wasn't successful, is there another way?