Skip to main content

Espionage is open source intelligence gathering tool. This tool collect information related to domain.

Project description


๐™ด๐šœ๐š™๐š’๐š˜๐š—๐šŠ๐š๐šŽ - ๐™ณ๐š˜๐š–๐šŠ๐š’๐š— ๐š๐šŽ๐šŒ๐š˜๐š—๐š—๐šŠ๐š’๐šœ๐šœ๐šŠ๐š—๐šŒ๐šŽ ๐šƒ๐š˜๐š˜๐š•


Work in progress ...

โš™๏ธInstall espionage on system

Cloning Repo

  • 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

Using Pip

  • You can install espionage by using pip command.
$ pip install espionage

๐Ÿ”— Modules Currently Supported

  • ๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Domain Availability
  • ๐Ÿ“– Whois
  • ๐Ÿ“œ Domain History Based on DNS
  • ๐ŸŽ Dns Services ๏ธ

๐Ÿ‘๏ธโ€๐Ÿ—จ๏ธ Domain Availability Check

  • This module check if a domain is available or taken already.

A domain name locates an organization or other entity on the Internet.

๐Ÿ“– Whois Check

Current module support following in code

Domain Basic Information

 {
  "basic_info": {
    "Domain": "hacker.com",
    "Words in": "hacker",
    "Date creation": "2004-03-31",
    "Web age": "17 years and 8 months"
  }
}

Domain Registrant Info

 {
  "registrant_info": {
    "Name": "Pinnatech Inc. D.b.a. Nauticom",
    "Organization": "Pinnatech Inc. D.b.a. Nauticom",
    "Email": "domreg@nauticom.net",
    "Address": "4008 Gibsonia Road",
    "City": "Gibsonia",
    "State": "PA",
    "Country": "United States",
    "Phone": "+1.7249339800",
    "Fax": "+1.7249339888",
    "Private": "no"
  }
}

Name server records

 {
  "name_server": {
    "MX": [
      [
        "MX",
        "hacker.com",
        "filter.hacker.com",
        "10",
        "3600",
        "IN"
      ]
    ]
  }
}

History Records

{
  "History": [
    [
      "Date",
      "Status",
      "Name Server"
    ],
    [
      "2014-10-09",
      "Transferred to",
      "consolidated.net"
    ]
  ]
}

 โš ๏ธThis is an educational project. Don't abuse services.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

espionage-0.0.3.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

espionage-0.0.3-py2.py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page