Using this repo can be against ToS, code is provided for educational purpose only.
Please read ToS and use this scripts only if you are authorize to.
Use Python3.6 and above versions.
- Download & install
python 3.6
or above - Download or clone the repo.
- Create a virtual environment execute followings
$ git clone https://github.com/iAbdullahMughal/espionage.git
$ cd espionage
$ pip install -r requirements.txt
$ python setup.py build
$ python setup.py install
- You can install
espionage
by using pip command.
$ pip install espionage
1. Support added for multiple domain search as argument
2. No external account required
- 👁️🗨️ Domain Availability
- 📖 Whois
- 📜 Domain History Based on DNS
- 🎁 DNS Services
- 🌎 Web Technologies
- 📚 Linked information with Domain
- This module check if a domain is available or taken already.
- Domain Basic Information
- Domain Registrant Information
- Old whois record information
- Name server records
- History Records
- Tool is searching historical records based on DNS.
This module fetches domain name service details. Currently, espionage is able to show following information as result for DNS records.
Host Address (A records) | Pv6 Host Address (AAAA records) | Certificate (CERT records) | DHCP Identifier (DHCID records) |
Canonical Name (CNAME records) | DNSSEC Lookaside Validation record (DLV records) | Delegation name (DNAME records) | DNS Key record (DNSKEY records) |
Delegation Signer (DS records) | Host Information (HINFO records) | Host Identity Protocol (HIP records) | Key eXchanger record (KX records) |
Location record (LOC records) | Mail Exchange record (MX records) | Name Authority Pointer (NAPTR records) | Name Servers (NS records) |
NSEC record version 3 (NSEC3 records) | NSEC3 parameters (NSEC3PARAM records) | Option record (OPT records) | Trust Anchor LINK (TALINK records) |
TLSA records | Text record (TXT records) | DNSSEC Trust Authorities (TA records) | Resource Records Signature (RRSIG records) |
Start of Authority (SOA record) | Sender Policy Framework (SPF records) | Service Locator (SRV records) | SSH Public Key Fingerprint (SSHFP records) |