Package burp.api.montoya.collaborator
Interface DnsDetails
-
public interface DnsDetailsThis interface provides information about a DNS interaction detected by Burp Collaborator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ByteArrayquery()Returns the raw DNS query.DnsQueryTypequeryType()Returns the DNS query type.
-
-
-
Method Detail
-
queryType
DnsQueryType queryType()
Returns the DNS query type.- Returns:
- The type of DNS query performed by the interaction.
-
query
ByteArray query()
Returns the raw DNS query.- Returns:
- The raw DNS query sent to the Collaborator server.
-
-