machine1337 / domains-to-ip-resolvers

The purpose of this tool is to collect all the subdomains using different subdomain finder tools and then filter out those subdomains which are alive and then resolve them into IPs. Finally will run an Advanced level NMAP NSE scan on them.

Home Page:https://t.me/machine1337

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

domains-to-ip

dom

Prerequisite:

Make sure go language is installed and setup on correct path.
if not installed, check my recon-automation repo, i have already given commands there.

Installation:

1. git clone https://github.com/machine1337/dom-to-ip  .
2. chmod +x install.sh
3. chmod +x script.sh

Usage:

./script.sh

Note:

Q: What should my domains.txt looks like?

 testphp.vulnweb.com
 evil.com

Current Features:

1. Subdomains Enumeration.
2. Resolving domains to ip's.
3. Run advanced level NMAP nse scan.

Special Thanks To:

@tomnomnom
@ProjectDiscovery

About

The purpose of this tool is to collect all the subdomains using different subdomain finder tools and then filter out those subdomains which are alive and then resolve them into IPs. Finally will run an Advanced level NMAP NSE scan on them.

https://t.me/machine1337


Languages

Language:Shell 100.0%