GithubHelp home page GithubHelp logo

zz85 / shoeprint Goto Github PK

View Code? Open in Web Editor NEW
6.0 3.0 0.0 7 KB

Simple, Useful Poor Man's Network Swiss knife of traceroute, ping, mtr and whois

License: BSD 3-Clause "New" or "Revised" License

JavaScript 100.00%

shoeprint's Introduction

Shoetrace

Utility to find out network hops to a destination. Like traceroute but fast. Like mtr but simple (no sudo needed).

Usage

bin/shoetrace destination

How it works

traceroute works by sending packets using low "time to live" (ttl) values. When ttl is decremented to zero along the path to the destination, intermediate routers sends an "time to live exceeded" ICMP packet back to the sender while dropping the packet. By collecting these breadcrumbs, we form a trail to the destination. The approach shoetrace takes to speed up the traceroute process is by optimistically sending the range of TTL packets as quickly as possible. For simplicity, shoetrace sends probes using ICMP (similar to mtr's default) instead of UDP (traceroute's default).

Ideas

  1. add curses like interface
  2. add whois support
  3. add AS support
  4. add geoip support
  5. release binaries with pkg

shoeprint's People

Contributors

zz85 avatar

Stargazers

Rodrigo Tolentino de Novais avatar Denis Denisov avatar Jonas Hermsmeier avatar Exequiel Ceasar Navarrete avatar Chee Aun avatar Sebastiaan Deckers avatar

Watchers

 avatar James Cloos avatar  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.