Monday, April 29, 2024
26
rated 0 times [  26] [ 0]  / answers: 1 / hits: 56160  / 3 Years ago, thu, september 2, 2021, 2:21:12

I have the Tor service, and I want to use the terminal to change the IP address which Tor gives me. In other words: How do I request a new IP address from Tor on the command line?


More From » command-line

 Answers
7

For tor daemon running on Ubuntu, first try this:


killall -HUP tor

If that does not work, enable the control port in your torrc file.


Then, set a password for the control port with tor --hash-password password


Open a telnet connection to the control port and issue the NEWNYM command:


printf 'AUTHENTICATE "password"
SIGNAL NEWNYM
' | nc 127.0.0.1 9051

sources:



[#24068] Friday, September 3, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
intssive

Total Points: 493
Total Questions: 119
Total Answers: 101

Location: Liberia
Member since Mon, Feb 1, 2021
3 Years ago
intssive questions
Tue, Mar 21, 23, 08:19, 1 Year ago
Wed, Aug 31, 22, 04:04, 2 Years ago
Sat, Sep 25, 21, 15:09, 3 Years ago
Fri, Dec 31, 21, 09:13, 2 Years ago
;