Re: Using tor as proxy for the command line

2010-05-06 Thread Jacob Appelbaum
exit operators by doing that. =20 I wrote a little program to ease my use of wget with Tor/Polipo/Privoxy: % cat tor-wget #!/bin/bash -x export http_proxy=3D127.0.0.1:8118 export https_proxy=3D127.0.0.1:8118 wget -U $@ EOF I also started working on a patch to nmap with Fyodor to work with

Re: Using tor as proxy for the command line

2010-05-06 Thread Scott Bennett
On Thu, 06 May 2010 11:05:17 +0200 Jacob Appelbaum ja...@appelbaum.net wrote: Scott Bennett wrote: On Wed, 5 May 2010 20:22:55 +0200 Borja Luaces borja.lua...@gmail= =2Ecom wrote: I would like to know if it is possible to use tor as proxy for the com= mand line under linux (Ubuntu).

Re: Using tor as proxy for the command line

2010-05-06 Thread Jim
Scott Bennett wrote: On Thu, 06 May 2010 11:05:17 +0200 Jacob Appelbaum ja...@appelbaum.net wrote: % cat tor-wget #!/bin/bash -x export http_proxy=3D127.0.0.1:8118 export https_proxy=3D127.0.0.1:8118 wget -U $@ EOF I would recommend using the full form in each of those above.

Re: Using tor as proxy for the command line

2010-05-06 Thread Scott Bennett
On Thu, 06 May 2010 15:56:25 +0200 Jacob Appelbaum ja...@appelbaum.net wrote: Scott Bennett wrote: On Thu, 06 May 2010 11:05:17 +0200 Jacob Appelbaum ja...@appelbau= m.net wrote: Scott Bennett wrote: On Wed, 5 May 2010 20:22:55 +0200 Borja Luaces borja.lua...@gma= il=3D