mami-project / pathspider

Tool for A/B testing of path transparency to certain features in the Internet
https://pathspider.net/
GNU General Public License v2.0
18 stars 11 forks source link

Add a HopSpider base class #103

Open irl opened 7 years ago

irl commented 7 years ago

This class will probably subclass ForgeSpider and will send packets with increasing TTL until a response is received. This will require a new function to be used in ForgeSpider allowing for making decisions based on any packet received (to avoid incrementing the TTL way past where it's already hit the server).

britram commented 7 years ago

note: this is just a plugin, but needs #109

britram commented 6 years ago

180