# CCrawlDNS **Repository Path**: hongpeter/CCrawlDNS ## Basic Information - **Project Name**: CCrawlDNS - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-07 - **Last Updated**: 2025-02-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CCrawlDNS # CommonCrawl data set subdomain extracter. Author: Laurent Gaffie https://g-laurent.blogspot.com ## Intro ## CCrawlDNS is a small pentest utility that make use of the CommonCrawl data set API (petabytes of data!). This tool will make multiple queries to CommonCrawl.org and fetches all collected subdomains since 2008 related to the DNS you provided as target and will store in a DB all unique subdomains. This tool uses multiprocessing for performance enhancement. New option added: Ability to print all collected URLs for a given domain and search by file extensions. ## Usage ## Running the tool: python CCrawlDNS.py -d example.com python3 CCrawlDNS.py -d example.com Print all URLs: python CCrawlDNS.py -d example.com -p Print all URLs with the file extension ".asp": python CCrawlDNS.py -d example.com -p -f .asp ## Requirements ## pip install requests