mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-24 05:55:26 +00:00
Adding DS (DNSSec) Tag to available DNS-Record type
This commit is contained in:
parent
84244b5e79
commit
9aa783459d
@ -118,6 +118,8 @@ func questionTypeToInt(questionType string) uint16 {
|
|||||||
question = dns.TypeMX
|
question = dns.TypeMX
|
||||||
case "TXT":
|
case "TXT":
|
||||||
question = dns.TypeTXT
|
question = dns.TypeTXT
|
||||||
|
case "DS":
|
||||||
|
question = dns.TypeDS
|
||||||
case "AAAA":
|
case "AAAA":
|
||||||
question = dns.TypeAAAA
|
question = dns.TypeAAAA
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user