From f78d8661148fad89c8a15ec43dd6dc2abd2a0090 Mon Sep 17 00:00:00 2001 From: mzack Date: Thu, 19 Jan 2023 14:16:38 +0100 Subject: [PATCH] adding nmhe flag --- docs/kr/nuclei/get-started.md | 1 + docs/nuclei/get-started.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/kr/nuclei/get-started.md b/docs/kr/nuclei/get-started.md index 735c9c3c..33d44074 100644 --- a/docs/kr/nuclei/get-started.md +++ b/docs/kr/nuclei/get-started.md @@ -171,6 +171,7 @@ OPTIMIZATIONS: -retries int 실패한 요청을 재시도하는 횟수 (기본 1) -ldp, -leave-default-ports leave default HTTP/HTTPS ports (eg. host:80,host: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 첫 번째 일치 후 HTTP 요청 처리 중지 (template/workflow 로직이 중단될 수 있음) diff --git a/docs/nuclei/get-started.md b/docs/nuclei/get-started.md index 214f9b58..93c0522a 100644 --- a/docs/nuclei/get-started.md +++ b/docs/nuclei/get-started.md @@ -216,6 +216,7 @@ OPTIMIZATIONS: -retries int number of times to retry a failed request (default 1) -ldp, -leave-default-ports leave default HTTP/HTTPS ports (eg. host:80,host:443) -mhe, -max-host-error int max errors for a host before skipping from scan (default 30) + -nmhe, -no-mhe disable skipping host from scan based on errors -project use a project folder to avoid sending same request multiple times -project-path string set a specific project path -spm, -stop-at-first-match stop processing HTTP requests after the first match (may break template/workflow logic)