feature
#4926
Replies: 2 comments
-
Thanks for your suggestion @amad3us47 , we appreciate it! |
Beta Was this translation helpful? Give feedback.
0 replies
-
@amad3us47 , this is already supported
for more details like template-id , matched , template url etc you can use json flag$ nuclei -u scanme.sh -id nameserver-fingerprint -j | jq .
__ _
____ __ _______/ /__ (_)
/ __ \/ / / / ___/ / _ \/ /
/ / / / /_/ / /__/ / __/ /
/_/ /_/\__,_/\___/_/\___/_/ v3.2.2
projectdiscovery.io
[INF] Current nuclei version: v3.2.2 (latest)
[INF] Current nuclei-templates version: v9.7.8 (latest)
[WRN] Scan results upload to cloud is disabled.
[INF] New templates added in latest release: 126
[INF] Templates loaded for current scan: 1
[INF] Executing 1 signed templates from projectdiscovery/nuclei-templates
[INF] Targets loaded for current scan: 1
{
"template": "dns/nameserver-fingerprint.yaml",
"template-url": "https://cloud.projectdiscovery.io/public/nameserver-fingerprint",
"template-id": "nameserver-fingerprint",
"template-path": "/Users/tarun/nuclei-templates/dns/nameserver-fingerprint.yaml",
"info": {
"name": "NS Record Detection",
"author": [
"pdteam"
],
"tags": [
"dns",
"ns"
],
"description": "An NS record was detected. An NS record delegates a subdomain to a set of name servers.",
"severity": "info",
"metadata": {
"max-request": 1
},
"classification": {
"cve-id": null,
"cwe-id": [
"cwe-200"
]
}
},
"type": "dns",
"host": "scanme.sh",
"matched-at": "scanme.sh",
"extracted-results": [
"ns69.domaincontrol.com.",
"ns70.domaincontrol.com."
],
"request": ";; opcode: QUERY, status: NOERROR, id: 10174\n;; flags: rd; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 4096\n\n;; QUESTION SECTION:\n;scanme.sh.\tIN\t NS\n",
"response": ";; opcode: QUERY, status: NOERROR, id: 10174\n;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 1\n\n;; OPT PSEUDOSECTION:\n; EDNS: version 0; flags:; udp: 1232\n\n;; QUESTION SECTION:\n;scanme.sh.\tIN\t NS\n\n;; ANSWER SECTION:\nscanme.sh.\t3513\tIN\tNS\tns69.domaincontrol.com.\nscanme.sh.\t3513\tIN\tNS\tns70.domaincontrol.com.\n",
"timestamp": "2024-03-21T03:48:10.697064+05:30",
"matcher-status": true
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
template name in output along with bug name
Beta Was this translation helpful? Give feedback.
All reactions