Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I force Tor to use a new identity without using Vidalia?

Tags:

tor

delphi

I am using Tor in my project. How can I force Tor to use a new identity from my program?

like image 515
steve0 Avatar asked Oct 21 '10 20:10

steve0


1 Answers

Open a telnet connection to the control port of your Tor service and send it SIGNAL NEWNYM.

I expect you could use any Delphi telnet library. My first choice would be Indy; make sure you have the latest version.

like image 114
Rob Kennedy Avatar answered Sep 28 '22 04:09

Rob Kennedy