Skip to content

Instantly share code, notes, and snippets.

@gray
Created August 16, 2010 02:11
Show Gist options
  • Save gray/526263 to your computer and use it in GitHub Desktop.
Save gray/526263 to your computer and use it in GitHub Desktop.
Switch Tor circuits (generate new identity)
# Switch Tor circuits (generate new identity).
printf "AUTHENTICATE %s\nSIGNAL NEWNYM\nQUIT\n" \
$(xxd -c32 -ps ~/.tor/control_auth_cookie) | nc localhost 9051
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment