is a powerful and user-friendly domain resolver designed for identifying Minecraft server domains. It features multi-threading for fast IP resolution and special handling for Cloudflare IP ranges.
GenMCDResolver is a modern domain resolver specifically designed for identifying Minecraft server domains. It features a user-friendly command-line interface and leverages multi-threading for efficient IP address resolution. The tool also includes special handling for Cloudflare IP ranges to help distinguish between server IPs and Cloudflare's protective network.
- Resolves domain names to IP addresses
- Identifies Cloudflare-protected domains
- Supports multi-threading for faster processing
- Outputs results in real-time with color-coded statuses
- Option to save results to a file
python GenMCDResolver.py -> Displays both unique and already-found IP addresses
python GenMCDResolver.py --unique -> Displays only unique IP addresses- Clone the repository:
git clone https://github.com/geniuszlyy/GenMCDResolver.git- Navigate to the project directory:
cd GenMCDResolver- Install the required dependencies:
pip install -r requirements.txt- Run the program:
python GenMCDResolver.pyTo resolve domains from a list, simply run the script and follow the prompts:
python GenMCDResolver.pyYou'll be prompted to enter the domain, subdomain list, top-level domain list, and the number of threads to use.
GenMCDResolver - это современный резольвер доменов, специально разработанный для определения доменов серверов Minecraft. Он имеет удобный интерфейс командной строки и использует многопоточность для эффективного разрешения IP-адресов. В инструмент также включена специальная обработка IP-диапазонов Cloudflare для различения IP-адресов серверов и защитной сети Cloudflare.
- Разрешает доменные имена в IP-адреса
- Идентифицирует домены, защищенные Cloudflare
- Поддержка многопоточности для быстрого обработки
- Выводит результаты в реальном времени с цветовой кодировкой статусов
- Возможность сохранения результатов в файл
python GenMCDResolver.py -> Показывает как уникальные, так и уже найденные IP-адреса
python GenMCDResolver.py --unique -> Показывает только уникальные IP-адреса- Клонируйте репозиторий:
git clone https://github.com/geniuszlyy/GenMCDResolver.git- Перейдите в каталог проекта:
cd GenMCDResolver- Установите необходимые зависимости:
pip install -r requirements.txt- Запустите программу:
python GenMCDResolver.pyДля разрешения доменов из списка просто запустите скрипт и следуйте инструкциям:
python GenMCDResolver.pyВам будет предложено ввести домен, список поддоменов, список доменов верхнего уровня и количество потоков для использования.