-
Nuclei version:Nuclei Engine 2.5.7 (latest) Current Behavior:Expected Behavior:Steps To Reproduce:summary: detail: nuclei -t /Users/bit4woo/nuclei-templates/bit4woo/grafana-file-read-bypass-nginx.yaml -u http://win.yourCNameDomain.com:9200 -debug -elog error.log nuclei -t /Users/bit4woo/nuclei-templates/bit4woo/grafana-file-read-bypass-nginx.yaml -u http://crwyrf.cn.corp.ARecordDomain.com:9200 -elog error.log nuclei -t /Users/bit4woo/nuclei-templates/bit4woo/grafana-file-read-bypass-nginx.yaml -u http://10.12.72.202:9200 -elog error.log Anything else: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@bit4woo do you have any host to share to reproduce this scenario? host -t cname docs.hackerone.com
docs.hackerone.com is an alias for hacker0x01.github.io. nuclei -t technologies/tech-detect.yaml -u https://docs.hackerone.com -silent
[tech-detect:gatsby] [http] [info] https://docs.hackerone.com
[tech-detect:jsdelivr] [http] [info] https://docs.hackerone.com
[tech-detect:react] [http] [info] https://docs.hackerone.com |
Beta Was this translation helpful? Give feedback.
-
@ehsandeep thanks for reply. I think you should try a PoC which type is "network". I can reproduce this scenario with your domain "docs.hackerone.com" you can try with this PoC : nuclei-templates/network/mongodb-detect.yaml but something different this time : not only CNAME. ALL CNAME, A Record, IP Address show same error. Hope it's helpful for you. |
Beta Was this translation helpful? Give feedback.
-
@bit4woo both errors are expected as none of the input running |
Beta Was this translation helpful? Give feedback.
@bit4woo both errors are expected as none of the input running
mongodb
, let me know if have example where you have service running and nuclei unable to connect it.