Giter VIP home page Giter VIP logo

argonet's Introduction

ArgoNet

ArgoNet is a robust networking tool inspired by the legendary ship Argo from Greek mythology, which explores the digital seas to retrieve valuable information like the Argonauts in search of the Golden Fleece. ArgoNet combines geolocation, domain resolution, and network path analysis (traceroute) to provide comprehensive insights into network entities.

Features

  • Geolocation: Determines the city and country associated with an IP address using the GeoLite2 City database.
  • Domain IP Resolution: Resolves domain names into their corresponding IP addresses.
  • Network Path Analysis (Traceroute): Visualizes the path network packets take to a specified IP address, helping identify the route and potential bottlenecks.

Installation

Prerequisites

You will need Python 3.x installed on your machine, and administrative privileges may be required for certain network operations like traceroute.

Required Libraries

Install the necessary Python libraries using pip:

pip install geoip2 scapy

GeoLite2 City Database

Download the GeoLite2 City database from MaxMind (you will need to create a free account) and place the .mmdb file in a known directory on your filesystem.

Usage

Command Line Interface

To run ArgoNet from the command line, simply pass an IP address or domain name as an argument:

python argonet.py [IP_ADDRESS_OR_DOMAIN]

Examples

  1. IP Address Lookup
python argonet.py 192.168.1.1

Output:

The IP address 192.168.1.1 is located in City Name, Country Name
  1. Domain Name Resolution and Traceroute
python argonet.py www.example.com

Output:

Resolved IPs for www.example.com: ['93.184.216.34', '93.184.216.101']
The first IP address 93.184.216.34 is located in City Name, Country Name
Tracing route to 93.184.216.34:
[Traceroute results]

Contributing

Contributions to ArgoNet are welcome! Please feel free to fork the repository, make improvements, and submit pull requests.

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Support

If you encounter any problems or have suggestions, please open an issue on the GitHub repository.

argonet's People

Contributors

prodrom3 avatar

Stargazers

Andrea S avatar

Watchers

 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.