vanhauser-thc/thc-hydra

http-post-form using single tcp connection?

Ouverte

#460 ouverte le 10 oct. 2019

 (1 commentaire) (0 réaction) (0 personne assignée)C (1 913 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (8 689 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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?

Guide contributeur