Skip to content
/ dnsc Public

dnsc is a tool to lookup IP address of a single domain or multiple domains.

License

Notifications You must be signed in to change notification settings

byt3hx/dnsc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dnsc

GitHub issues GitHub forks GitHub stars

Introduction

This is the tool that I make when I was scanning the list of domains with nmap. Let's say you have a list of domains and you want to know the IP address of each domain. Then you can use dnsc for that. It was written in go and it is super fast.

Usage

For the single domain

$ echo google.com | dnsc

For multiple domains

$ cat domain.txt | dnsc

Install:

go get github.com/channyein1337/dnsc

About

dnsc is a tool to lookup IP address of a single domain or multiple domains.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages