- 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
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:
- Host: URL or hostname of the target
ModGlue Variables:
- $_CONTEXT['thc_dn']['urlparts']: (array) Target components specified using the parse_url function
- $_CONTEXT['thc_dn']['host']: (string) Host part of the specified target
- $_CONTEXT['thc_dn']['dnsdata']: (array) All available DNS records
- $_CONTEXT['thc_dn']['dnsrecords']: (int) Total number of DNS records
- $_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