nuclei icon indicating copy to clipboard operation
nuclei copied to clipboard

[BUG] Using automatic scan returns an error

Open aviadavi opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues.

Current Behavior

ran with verbose nuclei -u 123.123.123.123:443 -as -mhe 500 -v

The scan failed with error. see log for more details

Expected Behavior

ignore the error an continue the scan

Steps To Reproduce

nuclei -u my-ip:443 -as -mhe 500 -v

Relevant log output

[WRN] [vnc-service-detect] Could not execute request for 123.123.123.123:443: could not connect to server: errKind=network-permanent-error [address=123.123.123.123:5900] port closed or filtered; i/o timeout
[WRN] [weblogic-t3-detect] Could not make network request for (123.123.123.123:7001) : could not connect to server: errKind=network-permanent-error [address=123.123.123.123:7001] port closed or filtered; i/o timeout
[VER] [weblogic-t3-detect] error executing template: could not connect to server: errKind=network-permanent-error [address=123.123.123.123:7001] port closed or filtered; i/o timeout
[WRN] [beanstalk-service] Could not make network request for (123.123.123.123:11300) : could not connect to server: errKind=network-permanent-error [address=123.123.123.123:11300] port closed or filtered; i/o timeout
[WRN] [beanstalk-service] Could not execute request for 123.123.123.123:443: could not connect to server: errKind=network-permanent-error [address=123.123.123.123:11300] port closed or filtered; i/o timeout
[WRN] [kafka-topics-list] Could not make network request for (123.123.123.123:9092) : could not connect to server: errKind=network-permanent-error [address=123.123.123.123:9092] port closed or filtered; i/o timeout
[WRN] [kafka-topics-list] Could not execute request for 123.123.123.123:443: could not connect to server: errKind=network-permanent-error [address=123.123.123.123:9092] port closed or filtered; i/o timeout
[WRN] [redis-detect] Could not execute request for 123.123.123.123:443: errKind=network-permanent-error [address=123.123.123.123:6379] port closed or filtered; i/o timeout; errKind=network-permanent-error [address=123.123.123.123:6380] port closed or filtered; i/o timeout
[INF] Found 1 tags and 1 matches on detection templates on 123.123.123.123:443 [wappalyzer: 0, detection: 2]
**[ERR] 123.123.123.123:443 Error loading templates: could not find any templates with tech tag**

Environment

  • OS: Mac
  • Nuclei: latest
  • Go:

Anything else?

No response

aviadavi avatar Oct 08 '24 22:10 aviadavi