Bulk domain name query script

Introduction

Pre-acquisition through a variety of ways to a number of sub-domain / domain name-related, there may be thousands, this time you need a tool to resolve these domain names. domain2ip.py batch resolve subdomain, obtain an IP address, location, ISP, ASN network segment, ASN descriptions, simple port scanning, attempts to obtain the HTTP status code, httpserver and page title, and save to csv file to facilitate further screening targets.

use:

比如:domain2ip.py -w subdomains.txt -p 80,443,8080 -t 8 -o output.csv

domain2ip.py -h
optional arguments:
-h, --help show this help message and exit
-w WORDLIST, --wordlist WORDLIST Lines contain domain names, one per line
-p PORTS, --port PORTS Ports to scan
-t THREADS, --threads THREADS Number of threads
-o OUTPUT_FILENAME, --output OUTPUT_FILENAME Write output to a csv file

Screenshot:

 download link

 Please indicate the source.

Guess you like

Origin www.cnblogs.com/StudyCat/p/12098811.html