Giter Club home page Giter Club logo

gico's Introduction

GICO

The IP console.

globe

GICO is a console to work with an IP address from the terminal, we can execute querys, dump output to a file, and check geoip.

GICO uses 5 repositorys:

  • delegated-arin-extended-latest
  • delegated-ripencc-latest
  • delegated-afrinic-latest
  • delegated-apnic-latest
  • delegated-lacnic-latest

Requirements

  • Python <= 2.7

Platforms

  • Linux (Tested)
  • Mac (Not tested)
  • Windows (Not tested)

Usage

When you first run GICO ot will try to download the repositorys, it will look like:

firsttime

After the upgrade you will be in the GICO shell, and you can start working:

shell_commands

Output of IP --info:

ip_info

API

Command syntax:

[COMMAND] by [OPTION]

get ip by country_code US

Command Action
get Get output of query
by Long query

Query syntax

Option Value
ip IP address or request IP
country_code Country code
status IP address status
created IP address date
asn IP ASN
ip_version IP version ipv4/ipv6
ip_provider IP provider ARIN/RIPE/LACNIC etc..

Examples:

Get all IP address of country_code US

get ip by country_code US

Save all IP address of country US

get ip by country_code US into test.txt

The file will be saved in the output/ directory

Get ASN of IP address

get asn by ip 0.0.0.0

Get country of IP address

get country_code by ip 0.0.0.0

Command line

Get IP information

./gico.py --info 0.0.0.0

If it return None, try to change the last 2 digits in the IP to 0 (0.0.1.2 to 0.0.0.0)

Run query:

./gico.py --query "get country_code by ip 0.0.0.0"

Contributing

Contributions are very welcome!

  1. fork the repository
  2. clone the repo (git clone [email protected]:USERNAME/GIPC.git)
  3. make your changes
  4. Add yourself in contributors.txt
  5. push the repository
  6. make a pull request

Thank you - and happy contributing!

Copying

Copyright 2015 (C) Hypsurus [email protected]
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.

gico's People

Watchers

James Cloos avatar Eliseo  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.