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 wrote: >Scott Bennett wrote: >> On Thu, 06 May 2010 11:05:17 +0200 Jacob Appelbaum m.net> >> wrote: >>> Scott Bennett wrote: On Wed, 5 May 2010 20:22:55 +0200 Borja Luaces il=3D >>> =3D2Ecom> wrote: > I would like to k

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 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. There are apparent

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 wrote: >Scott Bennett wrote: >> On Wed, 5 May 2010 20:22:55 +0200 Borja Luaces =2Ecom> >> wrote: >>> I would like to know if it is possible to use tor as proxy for the com= >mand >>> line under linux (Ubuntu). >>> >>> If it is possible,

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