Interface DnsDetails


public interface DnsDetails
Provides information about a DNS interaction detected by Burp Collaborator.
  • Method Details Link icon

    • queryType Link icon

      DnsQueryType queryType()
      DNS query type.
      Returns:
      The type of DNS query performed by the interaction.
    • query Link icon

      ByteArray query()
      Raw DNS query.
      Returns:
      The raw DNS query sent to the Collaborator server.