How to get all the IP addresses of a client's tor circuit

312 views Asked by At

Suppose I am sending a request to a .onion server (http://xxxxxx.onion/hello). Is there any way to find out the IP address of the 3 relies (guard/middle/exit node) of the client's circuit? I can check it using Tor Browser but I need to do it in python. Thanks in advance.

0

There are 0 answers