projectdiscovery / nuclei

Fast and customizable vulnerability scanner based on simple YAML based DSL.
https://docs.projectdiscovery.io/tools/nuclei
MIT License
18.89k stars 2.38k forks source link

nuclei无法合并相同请求 是更新了什么 要加参数吗? #5315

Open pwnhxl opened 1 month ago

pwnhxl commented 1 month ago

nuclei -t C:\Users\Administrator\nuclei-templates\http\takeovers\ -u http://www.qq.com -stats

[0:00:03] | Templates: 73 | Hosts: 1 | RPS: 1 | Matched: 0 | Errors: 0 | Requests: 5/5 (100%)

之前版本 只需要发送两个请求 就可以完成扫描 最新版没有合并相同请求 发送了五次 好像是应为随机header的问题

pwnhxl commented 1 month ago

@ehsandeep

GeorginaReeder commented 1 month ago

Just dropping a translation here:

The previous version only needed to send two requests to complete the scan. The latest version did not merge the same request and sent it five times. It seems to be a problem with random headers.