Open xk-mt opened 3 months ago
translation: title: Setting pipeline: true prevents burp from fetching data. desc: Set pipeline: true in yaml file, add -p http://127.0.0.1:8080 to execute nuclei, burp no request data
It seems that the pipeline feature is based on the rawhttp, which does not support http proxy.
谢谢大佬的讲解(Thank you very much.) pipeline bool Pipeline defines if the attack should be performed with HTTP 1.1 Pipelining All requests must be idempotent (GET/POST). This can be used for race conditions/billions requests.
管道布尔 管道定义攻击是否应该使用HTTP 1.1管道执行 所有请求必须是幂等的(GET/POST)。这可用于竞争条件/数十亿次请求。
在yaml文件中设置pipeline: true,执行nuclei中加入-p http://127.0.0.1:8080,burp无请求数据