Skip to content

Instantly share code, notes, and snippets.

@silgon
Created April 12, 2018 14:33
Show Gist options
  • Save silgon/5028788bc2bd44b26d373d79fd4125e7 to your computer and use it in GitHub Desktop.
Save silgon/5028788bc2bd44b26d373d79fd4125e7 to your computer and use it in GitHub Desktop.
Tor renew ip
sudo vi /etc/tor/torrc
#ControlPort 9051
ControlPort 9051
#CookieAuthentication 1
CookieAuthentication 0
sudo service tor restart
echo -e 'AUTHENTICATE ""\r\nsignal NEWNYM\r\nQUIT' | nc 127.0.0.1 9051
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment