I have installed tor and i will use a python script for showing the Tor-Ciruit by the Tor-CLI.
python <tab><tab> than i see:
Code: Select all
python python3 python3.11 python3.11-config python3.12 python3.12-config python3.13 python3.13-config python3-config python-config python-exec2c
Code: Select all
echo -e 'AUTHENTICATE \r\nGETINFO entry-guards \r\nQUIT' | nc localhost 9051
I tried
git clone https://git.torproject.org/stem.git
cd stem/
python setup.py install
for installing stem.
But what have i than to do?
I will use this script:
https://stem.torproject.org/tutorials/e ... cuits.html
to get infos about the Tor-Ciruit by the Tor-Cli
What have i to do for that?!



