View Single Post
  #2   (View Single Post)  
Old 28th June 2016
hanzer's Avatar
hanzer hanzer is offline
Real Name: Adam Jensen
just passing through
 
Join Date: Oct 2013
Location: EST USA
Posts: 314
Default

Or, from a shell:
Code:
printf "AUTHENTICATE \"password\"\r\nSIGNAL NEWNYM\r\n" | nc -w 1 127.0.0.1 9051
Assuming /etc/tor/torrc contains something like:
Code:
SOCKSPolicy accept 127.0.0.1/16
ControlPort 9051
Reply With Quote