Gets the names of the domains that is found in a traceroute. Gives the path of a traceroute in terms of the internet domains it crosses.
Usage: ./getPath.sh Make sure that the destination IP address is reachable in the first place. Dependencies:
- Install phantomjs-1.9.8-linux-x86_64.tar.bz2
- Install selenium in python
- Install BeautifulSoup in python
- Change browser executable path in "getDomains.py" to the location of "phantomjs".