nyxnor / tor-ctrl

Raw use of tor's controller
Other
5 stars 3 forks source link

tor-ctrl Tor control protocol violation (sending empty whitespace line) #11

Closed adrelanos closed 2 years ago

adrelanos commented 2 years ago

I am not sure this is worth fixing. Not seeing any actual issues resulting from this.

When running tor-ctrl in Whonix-Workstation...

tor-ctrl -d signal NEWNYM

onion-grater in debug mode shows the following:

Jan 15 20:45:18 host onion-grater[1759]: 10.138.33.155:40700 (filter: 30_autogenerated): ignoring received empty (or whitespace-only) line

(enabling onion-grater debugging)

nyxnor commented 2 years ago

It happened here:

+ socat TCP:127.0.0.1:9051+ cmd_pipe
+ send_cmd 
+ printf %s\n 
 -
+ sleep 0

and should not

nyxnor commented 2 years ago

tested now, this was solved by changing to netcat-openbsd