-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Web-Info is a simple Python-based domain information gathering tool that collects valuable details about a given domain, its associated IP address, and related network data. It is designed for use by security professionals, penetration testers, or anyone interested in gathering insights into domain-related information. The tool fetches and compiles various data, such as WHOIS information, DNS records, geolocation data, and Shodan search results.
Features
WHOIS Lookup: Retrieves the registration information of a domain, including details such as the domain owner, registration dates, and contact details. DNS Records: Retrieves key DNS records associated with the domain, including: A (Address) records NS (Name Server) records MX (Mail Exchange) records TXT (Text) records Geolocation: Provides the geolocation information (city, country, and latitude/longitude) of the resolved IP address. Shodan Integration: Performs a Shodan search for the given IP address to retrieve additional details about the device or service associated with the IP. Output to File: Optionally saves the gathered information to a text file for later reference.
Requirements
Python 3.x Required Python libraries: whois argparse socket dns.resolver requests shodan