Interface DnsDetails


  • public interface DnsDetails
    This interface provides information about a DNS interaction detected by Burp Collaborator.
    • 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.