Skip to content

Go domain/IP resolver that performs DNS lookups, separates IPv4/IPv6 results, and optionally saves output to files

Notifications You must be signed in to change notification settings

Pwn3rx0/ipresolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 

Repository files navigation

ipresolver

A fast and lightweight Go-based utility to resolve IPv4 and IPv6 addresses from domains. Supports both single domain input and batch domain resolution via file. Flexible output options for redirecting results to separate IPv4 and IPv6 files.


✨ Features

  • πŸ” Resolve IPv4 and IPv6 addresses
  • πŸ“ Accepts single domain or list from file
  • πŸ“€ Output to terminal or files
  • ⚑ Fast and lightweight with native Go concurrency potential
  • πŸ›  Simple CLI interface for integration in toolchains

πŸš€ Usage

Single Domain

./ipresolver -d example.com

Domain List from File

./ipresolver -f domains.txt

Output to Files

./ipresolver -d example.com -ipv4 ipv4.txt -ipv6 ipv6.txt

πŸ“¦ Releases

Visit the Releases Page to download precompiled binaries:

Platform Architecture Download
Linux amd64 ipresolver_linux_amd64.tar.xz
Windows x64 ipresolver_win_x64.zip

About

Go domain/IP resolver that performs DNS lookups, separates IPv4/IPv6 results, and optionally saves output to files

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages