vanhauser-thc/thc-hydra

http-post-form using single tcp connection?

Open

#460 geöffnet am 10. Okt. 2019

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C (1.913 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (8.689 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 2T 14h) (2 gemergte PRs in 30 T)

Beschreibung

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?

Contributor Guide