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
|
||||
case "TXT":
|
||||
question = dns.TypeTXT
|
||||
case "DS":
|
||||
question = dns.TypeDS
|
||||
case "AAAA":
|
||||
question = dns.TypeAAAA
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue