Skip to content

Lightweight IP resolver — interactive & batch DNS lookups (A/AAAA/CNAME/MX)

License

Notifications You must be signed in to change notification settings

RenOpSo2/ip-resolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IP Cr4ck3r

Summary Lightweight domain → IP resolver. Supports interactive + batch modes, IPv4/IPv6 resolution, and optional DNS record lookup (A/AAAA/CNAME/MX) if dnspython is installed.

Requirements

· Python 3.10.x (tested with Python 3.10.*) · Install dependencies: pip install -r requirements.txt

Installation

  1. Clone the repo:
    git clone https://github.com/RenOpSo2/ip-resolver
    cd ip-resolver
  2. (Optional) Create a virtual environment:
    python3.10 -m venv .venv
    source .venv/bin/activate
  3. Install dependencies:
    pip install -r requirements.txt

Usage

Interactive Mode

python3.10 crack.py

· Enter a domain or URL (e.g., example.com or https://example.com/path) · Type q or press Ctrl-C to exit

Batch Mode (File Input)

  1. Create examples/domains.txt (one domain/URL per line)
  2. Run:
python3.10 crack.py --batch examples/domains.txt --out results.json --format json

Features

· Supports IPv4 & IPv6 resolution (via socket.getaddrinfo) · Optional DNS record lookup using dnspython (A/AAAA/CNAME/MX) · Graceful Ctrl-C handling · Interactive UI using rich (spinner + table)

Ethics & Disclaimer This tool is intended for educational purposes and network troubleshooting only. Do not use it against systems you do not own or without explicit permission. The author is not responsible for any misuse.

Contributing

· Open an issue or submit a PR · Tag good first issue if you want to help with features/tests

License MIT — see LICENSE file

Python version: Python

About

Lightweight IP resolver — interactive & batch DNS lookups (A/AAAA/CNAME/MX)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages