There is uwt, but it's a hack (creates a temporary torsocks configuration file very time torsocks is started), has bugs and is not in the upstream torsocks package.
Please add the ability to set proxy type, IP address and port by command line. The interface could look like this:
This is definitely worth exploring. I think ideally, unless otherwise specified, all streams resulting from invocations of torsocks should be isolated. An easy way to accomplish this would be to use a randomly generated username/password (but that's a separate ticket).
My worry with the current implementation is that it requires the user to specify SOCKS_TYPE, IP, and Port which is asking a lot from a typical user. If we, by default, isolate all streams but allow a user to use a common stream, i.e. have wget/curl/etc use the same circuit as Torbrowser, then we maintain the current level of usability but provide extra features for power users. Thoughts?
torsocks /usr/bin/curl https://check.torproject.org/usr/local/bin/torsocks: 232: [: -a: unexpected operator/usr/local/bin/torsocks: 242: /usr/local/bin/torsocks: [[: not found/usr/local/bin/torsocks: 244: /usr/local/bin/torsocks: -z: not found/usr/local/bin/torsocks: 245: /usr/local/bin/torsocks: -z: not foundcurl: (6) Couldn't resolve host 'check.torproject.org'
torsocks -v 3 -f /etc/torsocks.conf /usr/bin/curl https://check.torproject.orgSetting to verbosity level 3/usr/local/bin/torsocks: 228: /usr/local/bin/torsocks: OPTIND: not found/usr/local/bin/torsocks: 228: /usr/local/bin/torsocks: OPTIND: not found/usr/local/bin/torsocks: 228: /usr/local/bin/torsocks: OPTIND: not found/usr/local/bin/torsocks: 228: /usr/local/bin/torsocks: OPTIND: not found/usr/local/bin/torsocks: 228: /usr/local/bin/torsocks: OPTIND: not found/usr/local/bin/torsocks: 228: /usr/local/bin/torsocks: OPTIND: not found/usr/local/bin/torsocks: 227: shift: can't shift that many
torsocks -v 3 /usr/bin/curl https://check.torproject.orgSetting to verbosity level 3/usr/local/bin/torsocks: 228: /usr/local/bin/torsocks: OPTIND: not found/usr/local/bin/torsocks: 228: /usr/local/bin/torsocks: OPTIND: not found/usr/local/bin/torsocks: 228: /usr/local/bin/torsocks: OPTIND: not found/usr/local/bin/torsocks: 228: /usr/local/bin/torsocks: OPTIND: not found/usr/local/bin/torsocks: 227: shift: can't shift that many
Illegal option -iSyntax: [.] /usr/local/bin/torsocks <session_options | program_options <program>]> session_options: [on] | [off] | [show | sh] | [--shell] program_options: [-hvupfdtiPN] Options that affect all programs run from this session on Enable Torsocks for all programs run here Note: It is necessary to prepend a period (.) or source in front of the torsocks command off Disable Torsocks for all programs run here Note: It is necessary to prepend a period (.) or source in front of the torsocks command sh, show Show the current list of preloaded libraries --shell Enter into a shell that will enable Torsocks for all programs run in the shell Options that affect only the program run by Torsocks -d debug_file Path to log file -f file Path to configuration file -h Show this message -i IP SOCKS server IP address -N Do not read configuration file, only use command line values -p pass SOCKS password -P port SOCKS server port number -t server_type SOCKS server type (4, 4A, 5) -u user SOCKS username -v num Verbosity level [1,3] program The program you want to runFor additional details and information, please view the man pagestorsocks(1) and torsocks.conf(5). Also read the information atthe top of the torsocks file that was just run.
Previous discussions were about torsocks 1.x, which is now deprecated. It would still be great to have this in torsocks 2.0. That feature is also important for Whonix, because it's using lots of stream isolation (uwt) wrappers that are problematic.
Can you just clarify "stream isolation" here. Do you want a way for torsocks to isolate it's connection on a dedicated circuit (for which user/pass to the SOCKS5 connection does that) or do you want each connect() to be on it's own circuit or ...?
This ticket seems to ask for a way on the command line to specify the ip/port and for torsocks 2.x this is #11726 (moved).