Package burp.api.montoya.collaborator
Interface DnsDetails
public interface DnsDetails
Provides information about a DNS interaction detected by Burp
Collaborator.
-
Method Summary
-
Method Details
-
queryType
DnsQueryType queryType()DNS query type.- Returns:
- The type of DNS query performed by the interaction.
-
query
ByteArray query()Raw DNS query.- Returns:
- The raw DNS query sent to the Collaborator server.
-