Adding support for nmhe (#3219)

* adding support for nmhe

* updating docs
This commit is contained in:
Mzack9999
2023-01-22 10:38:50 +01:00
committed by GitHub
parent 6ebf5a789e
commit 6c56a20544
9 changed files with 34 additions and 15 deletions

View File

@@ -189,6 +189,7 @@ Nuclei是一款注重于可配置性、可扩展性和易用性的基于模板
-retries int 重试次数默认1
-ldp, -leave-default-ports 指定HTTP/HTTPS默认端口例如host:80host:443
-mhe, -max-host-error int 某主机扫描失败次数跳过该主机默认30
-nmhe, -no-mhe disable skipping host from scan based on errors
-project 使用项目文件夹避免多次发送同一请求
-project-path string 设置特定的项目文件夹
-spm, -stop-at-first-path 得到一个结果后停止(或许会中断模板和工作流的逻辑)