-
ENV TEST Target : # config1
templates:
- misconfiguration/
exclude-tags: network
exclude-templates:
- misconfiguration/xss-deprecated-header.yaml
- misconfiguration/http-missing-security-headers.yaml Hit nuclei -ni -config conf.yml -u http://redacted
[WRN] Use with caution. You are responsible for your actions.
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[INF] Using Nuclei Engine 2.7.3 (latest)
[INF] Using Nuclei Templates 9.0.8 (latest)
[INF] Templates added in last update: 57
[INF] Templates loaded for scan: 195
[INF] Templates clustered: 26 (Reduced 23 HTTP Requests)
[2022-06-29 15:06:32] [unauthenticated-nacos-access] [http] [critical] http://redacted/nacos/v1/auth/users?pageNo=1&pageSize=9 If I add more templates, got # config2
templates:
- misconfiguration/
- cves/
- cnvd/
- vulnerabilities/
exclude-tags: network
exclude-templates:
- misconfiguration/xss-deprecated-header.yaml
- misconfiguration/http-missing-security-headers.yaml nuclei -ni -config conf.yml -u http://redacted
[WRN] Use with caution. You are responsible for your actions.
[WRN] Developers assume no liability and are not responsible for any misuse or damage.
[INF] Using Nuclei Engine 2.7.3 (latest)
[INF] Using Nuclei Templates 9.0.8 (latest)
[INF] Templates added in last update: 57
[INF] Templates loaded for scan: 1879
[INF] Templates clustered: 51 (Reduced 39 HTTP Requests)
[INF] No results found. Better luck next time! |
Beta Was this translation helpful? Give feedback.
Answered by
ehsandeep
Jun 29, 2022
Replies: 1 comment 1 reply
-
@LubinLew this is because the input host hit the
I will create GH ticket to make the information more visible to users in the CLI. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LubinLew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@LubinLew this is because the input host hit the
max-host-error
count and gets skipped for further scan, you can increase the value if you wish to scan the same host with errors.I will create GH ticket to make the information more visible to users in the CLI.