vanhauser-thc/thc-hydra

http-post-form using single tcp connection?

オープン

#460 opened on 2019/10/10

 (1 件のコメント) (0 件のリアクション) (0 人の担当者)C (1,913 件のフォーク)batch import
enhancementhelp wanted

Repository metrics

Stars
 (8,689 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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?

コントリビューターガイド