Carnivore - Predator
Formerly known as THC HackSuite, Carnivore - Predator stands at the forefront of cutting-edge cybersecurity tools, redefining the landscape of penetration testing with unparalleled innovation. Designed to empower ethical hackers, security professionals, and enthusiasts alike, Carnivore - Predator is the ultimate Pentest CMS that puts you in command.
current version: 0.7.0 - PREDATOR
home > documentation > modules > How to use xDNS
This article explains how to effectively make use of xDNS.
author: Remco Kouw
created: 07-May-2024
updated: 07-May-2024

xDNS Module Introduction

This documentation provides an overview of the functionality of the xDNS module (thc_dn).

The xDNS module retrieves all available DNS records from a specified host.

Interface Parameters:

  1. Host: URL or hostname of the target

ModGlue Variables:

  1. $_CONTEXT['thc_dn']['urlparts']: (array) Target components specified using the parse_url function
  2. $_CONTEXT['thc_dn']['host']: (string) Host part of the specified target
  3. $_CONTEXT['thc_dn']['dnsdata']: (array) All available DNS records
  4. $_CONTEXT['thc_dn']['dnsrecords']: (int) Total number of DNS records
  5. $_CONTEXT['thc_dn']['dnsstring']: (string) Key-value properties for the DNS records

Resource Settings:

  • Time Limit: 0
  • Memory Limit: PHP default

Dependencies:

N/A

Expanding xDNS:

N/A

Known Issues:

N/A

Created by Remco Kouw: 2008-2024