vanhauser-thc/thc-hydra

http-post-form using single tcp connection?

Open

#460 建立於 2019年10月10日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C (1,913 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (8,689 star)
PR 合併指標
 (平均合併 2天 14小時) (30 天內合併 2 個 PR)

描述

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?

貢獻者指南