vanhauser-thc/thc-hydra

http-post-form using single tcp connection?

Open

#460 aperta il 10 ott 2019

Vedi su GitHub
 (1 commento) (0 reazioni) (0 assegnatari)C (1913 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (8689 star)
Metriche merge PR
 (Merge medio 2g 14h) (2 PR mergiate in 30 g)

Descrizione

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?

Guida contributor