Is it possible to do a traceroute in the browser?

后端 未结 8 1879
执念已碎
执念已碎 2021-02-02 11:00

I\'m looking for a way to do a traceroute client-side, i.e. in a browser.

As far as I know, it\'s not possible to send ICMP, UDP or TCP packets with arbitrary TTL values

8条回答
  •  孤城傲影
    2021-02-02 11:33

    Hmm... no, because of the security model.

    You might be able to do it in a particular browser with a plug-in, but not an arbitrary browser using anything widely available.

    I'd like to be proven wrong here.

提交回复
热议问题