/ambush

This software has been programmed to locate IPs according databases.

Primary LanguagePythonMIT LicenseMIT

Ambush

language

This software has been programmed to locate IPs where we are going to look them up according databases. The library that has been used is python-geoip which provides access to GeoIP databases, here is the link if you want to look it up https://pythonhosted.org/python-geoip/

Usage

To use Ambush is very simple you just have to open in terminal the program and type the IP. If you're struggling trying tp get the IP I can recomend you NSLOOKUP from your terminal or website http://www.kloth.net/services/nslookup.php

┌─┐┌┬┐┌┐ ┬ ┬┌─┐┬ ┬
├─┤│││├┴┐│ │└─┐├─┤
┴ ┴┴ ┴└─┘└─┘└─┘┴ ┴ IP locator

usage: ambush.py [-h] [-q] [-u] target

positional arguments:
  target        set a target to locate

optional arguments:
  -h, --help    show this help message and exit
  -u, --update  update Ambush to the latest version
  -q, --quiet   suppress header

Requirements

To use Ambush you will need any OS, the only requirement is have installed Python and the library python-geoip, to see how to install the library, you should go to this link https://pythonhosted.org/python-geoip/.

How to install it

    $ pip install -r requirements.txt

Updates

According the time Ambush is going to improve its functions adding more features at it. Every feedback is very welcome.

Modified by @shaddih1

Thanks for using Ambush.