espionage

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


License
MIT
Install
pip install espionage==0.0.3

Documentation


π™΄πšœπš™πš’πš˜πš—πšŠπšπšŽ - π™³πš˜πš–πšŠπš’πš— πšπšŽπšŒπš˜πš—πš—πšŠπš’πšœπšœπšŠπš—πšŒπšŽ πšƒπš˜πš˜πš•


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.