mirror of https://github.com/daffainfo/nuclei.git
Adding DS (DNSSec) Tag to available DNS-Record type
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…
Reference in New Issue