All Projects → cmichi → visual-traceroute

cmichi / visual-traceroute

Licence: other
A graphical frontend for the traceroute utility. Written in Processing.

Programming Languages

java
68154 projects - #9 most used programming language
GLSL
2045 projects

Projects that are alternatives of or similar to visual-traceroute

Finalrecon
The Last Web Recon Tool You'll Need
Stars: ✭ 888 (+1068.42%)
Mutual labels:  traceroute
Dublin Traceroute
Dublin Traceroute is a NAT-aware multipath tracerouting tool
Stars: ✭ 159 (+109.21%)
Mutual labels:  traceroute
Recon-X
Advanced Reconnaissance tool to enumerate attacking surface of the target.
Stars: ✭ 27 (-64.47%)
Mutual labels:  traceroute
Th3inspector
Th3Inspector 🕵️ Best Tool For Information Gathering 🔎
Stars: ✭ 1,041 (+1269.74%)
Mutual labels:  traceroute
Networkmanager
A powerful tool for managing networks and troubleshoot network problems!
Stars: ✭ 1,296 (+1605.26%)
Mutual labels:  traceroute
Traceroute Mapper
Map your traceroutes easily.
Stars: ✭ 194 (+155.26%)
Mutual labels:  traceroute
Crips
IP Tools To quickly get information about IP Address's, Web Pages and DNS records.
Stars: ✭ 272 (+257.89%)
Mutual labels:  traceroute
Odyssey
A piece of software that shows a traceroute of a URL redirect path
Stars: ✭ 41 (-46.05%)
Mutual labels:  traceroute
Eternalview
EternalView is an all in one basic information gathering and vulnerability assessment tool
Stars: ✭ 118 (+55.26%)
Mutual labels:  traceroute
fakeroute
IPv4 and IPv6 traceroute fake hop generator through IP spoofing
Stars: ✭ 75 (-1.32%)
Mutual labels:  traceroute
Icmplib
Easily forge ICMP packets and make your own ping and traceroute.
Stars: ✭ 58 (-23.68%)
Mutual labels:  traceroute
Saydog Framework
Saydog Framework
Stars: ✭ 71 (-6.58%)
Mutual labels:  traceroute
Mylg
Network Diagnostic Tool
Stars: ✭ 2,538 (+3239.47%)
Mutual labels:  traceroute
Tracegraph
A JavaScript library for plotting graphs of traceroute or similar data
Stars: ✭ 44 (-42.11%)
Mutual labels:  traceroute
QDNetDiagnostics
iOS网络测试小工具
Stars: ✭ 23 (-69.74%)
Mutual labels:  traceroute
Hackertarget
🎯 HackerTarget ToolKit - Tools And Network Intelligence To Help Organizations With Attack Surface Discovery 🎯
Stars: ✭ 320 (+321.05%)
Mutual labels:  traceroute
Ip Attack
Auto IP or Domain Attack Tool ( #1 )
Stars: ✭ 162 (+113.16%)
Mutual labels:  traceroute
tracetrout
A magical reverse traceroute HTTP(S) server
Stars: ✭ 48 (-36.84%)
Mutual labels:  traceroute
mtr-packet-python
Asynchronous network probes for Python
Stars: ✭ 35 (-53.95%)
Mutual labels:  traceroute
Asn
ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization / IP reputation and geolocation lookup tool / Traceroute server
Stars: ✭ 242 (+218.42%)
Mutual labels:  traceroute

Readme

This is a graphical frontend for the Unix traceroute utility. It displays the geographic locations to which a URL is resolved.

It has been written using the Processing API. These librariers were also used: GLGraphics, toxiclibs and controlP5.

Requirements are:

  • traceroute
  • dig
  • Java

Project Status: I have written this application five years ago and haven't done much work on it since. The application should still work under a Unix system (at the time I tested it under Linux and Mac OS X) with a decent Java version.

Eye Candy

Current status

I also uploaded a short video to Vimeo.

Known Issues

Some bugs left and I want to resolve the dig dependency. Known issue: Loading bar vanishes after first station.

How to start the application?

You can either import everything as an Eclipse project, adjust the Build path and do Run As > Java Applet or you can use the standalone version:

tar -xf standalone.tar.gz 
cd standalone/
ln -s ../geoip geoip
java -Djava.library.path=./library -jar trace.jar

Maps

The textures are taken from the [http://visibleearth.nasa.gov/view_set.php?categoryId=2363&p=1](NASA's Blue Marble project).

GeoIP

The GeoIP lookup is done using a GeoIP database:

Under the license agreement, all advertising materials and documentation 
mentioning features or use of this database must display the following 
acknowledgment: "This product includes GeoLite data created by MaxMind, 
available from http://www.maxmind.com/."

You can download the current GeoIP database http://geolite.maxmind.com/download/geoip/database/.

Contributors

  • Sébastien Saunier provided a fix for a missing file issue

License

Copyright (c) 
	
	2011 Michael Mueller, http://micha.elmueller.net/

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].