Re: Anonymizer tool like Tor?

2009-03-14 Thread Wojciech Puchar
through a GELI encrypted GEOM. (No plain-text ever touches the disk.) much better - use keyboard password. Edit the rc.conf file to spoof the Ethernet (MAC) hardware address to be a new pseudo-random value at each boot. Configure the system to automatically receive an IP address via DHCP. Diss

Re: Anonymizer tool like Tor?

2009-03-13 Thread Modulok
On 3/12/09, Gilles wrote: > Hello > > I'd like to download information from our competitor's web site, > without their knowing it's from us. > > Do you know of an alternative for FreeBSD, ie. a solution that will > let me connect to a web server through at least one other host, and > have the IP a

Re: Anonymizer tool like Tor?

2009-03-13 Thread T.
Gilles wrote: On Thu, 12 Mar 2009 13:47:07 -0400, "T." wrote: You want a transparent tor proxy, which you setup with freebsd and pf. Thanks much for the help. If my modest Python script used to download some web pages goes through Tor, is there a way for the remote web server to someh

Re: Anonymizer tool like Tor?

2009-03-13 Thread Wojciech Puchar
Thanks much for the help. If my modest Python script used to download some web pages goes through Tor, is there a way for the remote web server to somehow trace this connection back to me? if you won't help them with extra info in request headers - no. __

Re: Anonymizer tool like Tor?

2009-03-13 Thread Gilles
On Thu, 12 Mar 2009 13:47:07 -0400, "T." wrote: >You want a transparent tor proxy, which you setup with freebsd and pf. Thanks much for the help. If my modest Python script used to download some web pages goes through Tor, is there a way for the remote web server to somehow trace this connection

Re: Anonymizer tool like Tor?

2009-03-12 Thread Wojciech Puchar
stopped. Why - because it got to widely known and there are actually less secure than not using it at all.There are lots of "hackers" that run modified tor that do analyzes/changes what going through. I stopped when i once used it on my bank webpage and got message about change of SSL key!!! T

Re: Anonymizer tool like Tor?

2009-03-12 Thread Wojciech Puchar
You don't need privoxy for that. but isn't the point of of using privoxy to strip identifying information from http requests that would otherwise undermine tor. if python script won't put any extras - what info you want to strip out? ___ freebsd-qu

Re: Anonymizer tool like Tor?

2009-03-12 Thread T.
T. wrote: I just enable the control port locally and telnet to it. To get new circuits, on the control port (assuming you haven't set any authentication): AUTHENTICATESIGNAL NEWNYM Typo, that should be with a line break, obviously: AUTHENTICATE (you'll get a response, then). SIGNA

Re: Anonymizer tool like Tor?

2009-03-12 Thread T.
Gilles wrote: On Thu, 12 Mar 2009 10:42:53 +0100, Andreas Rudisch <"cyb."@gmx.net> wrote: /usr/ports/security/tor/ Thanks Andeas. Up to now, I only used the Tor client for Windows that comes with Privoxy, so never used Tor as-is, and never on the command line. If someone's used to usi

Re: Anonymizer tool like Tor?

2009-03-12 Thread Bob Hall
On Thu, Mar 12, 2009 at 03:04:05PM +, RW wrote: > On Thu, 12 Mar 2009 11:38:13 +0100 (CET) > Wojciech Puchar wrote: > > > > set up tor and use it as socks proxy with your browser and python > > script. > > > > You don't need privoxy for that. > > but isn't the point of of using privoxy to

Re: Anonymizer tool like Tor?

2009-03-12 Thread Gilles
On Thu, 12 Mar 2009 11:37:26 +0100 (CET), Wojciech Puchar wrote: >there is tor for unix in ports. tor works fine i used it a lot and >stopped. Why - because it got to widely known and there are actually less >secure >than not using it at all.There are lots of "hackers" that run modified tor >t

Re: Anonymizer tool like Tor?

2009-03-12 Thread RW
On Thu, 12 Mar 2009 11:38:13 +0100 (CET) Wojciech Puchar wrote: > set up tor and use it as socks proxy with your browser and python > script. > > You don't need privoxy for that. but isn't the point of of using privoxy to strip identifying information from http requests that would otherwise u

Re: Anonymizer tool like Tor?

2009-03-12 Thread Gilles
On Thu, 12 Mar 2009 11:38:13 +0100 (CET), Wojciech Puchar wrote: >set up tor and use it as socks proxy with your browser and python script. You > don't need privoxy for that. Thanks for the tip. I'll look into how to modify the Python script to use SOCKS instead.

Re: Anonymizer tool like Tor?

2009-03-12 Thread Gilles
On Thu, 12 Mar 2009 07:16:15 -0500, Kevin Kinsey wrote: >It probably is, but you're assuming his competitors know that >he works for their competition, and, for that matter, that >"Giles" is his real name, etc., etc. Exactly ;) ___ freebsd-questions@fr

Re: Anonymizer tool like Tor?

2009-03-12 Thread Gilles
On Thu, 12 Mar 2009 13:40:54 +0200, Ross Cameron wrote: >Not to put a damper on everyone's fun but wouldn't just be easier to go to >an internet cafe, run you're web scraper from a USB drive and leave? Not if the script will run for three days ;) ___ f

Re: Anonymizer tool like Tor?

2009-03-12 Thread Kevin Kinsey
Chris Rees wrote: 2009/3/12 Gilles : Hello I'd like to download information from our competitor's web site, without their knowing it's from us. The Tor network works fine, but they don't seem to provide a *nix version, much less a command-line version (the download script will run on a non-X

Re: Anonymizer tool like Tor?

2009-03-12 Thread Chris Rees
2009/3/12 Gilles : > Hello > > I'd like to download information from our competitor's web site, > without their knowing it's from us. > > The Tor network works fine, but they don't seem to provide a *nix > version, much less a command-line version (the download script will > run  on a non-X FreeBSD

Re: Anonymizer tool like Tor?

2009-03-12 Thread Ross Cameron
On Thu, Mar 12, 2009 at 12:08 PM, Gilles wrote: > On Thu, 12 Mar 2009 10:42:53 +0100, Andreas Rudisch <"cyb."@gmx.net> > wrote: > >/usr/ports/security/tor/ > > Thanks Andeas. Up to now, I only used the Tor client for Windows that > comes with Privoxy, so never used Tor as-is, and never on the com

Re: Anonymizer tool like Tor?

2009-03-12 Thread Wojciech Puchar
Thanks Andeas. Up to now, I only used the Tor client for Windows that comes with Privoxy, so never used Tor as-is, and never on the command line. If someone's used to using Tor, I have a couple of questions. On FreeBSD, I intend to use it to run a Python script to connect to a remote web server a

Re: Anonymizer tool like Tor?

2009-03-12 Thread Wojciech Puchar
I'd like to download information from our competitor's web site, without their knowing it's from us. so tell me address and i will download and send it ;) The Tor network works fine, but they don't seem to provide a *nix there is tor for unix in ports. tor works fine i used it a lot and s

Re: Anonymizer tool like Tor?

2009-03-12 Thread Gilles
On Thu, 12 Mar 2009 10:42:53 +0100, Andreas Rudisch <"cyb."@gmx.net> wrote: >/usr/ports/security/tor/ Thanks Andeas. Up to now, I only used the Tor client for Windows that comes with Privoxy, so never used Tor as-is, and never on the command line. If someone's used to using Tor, I have a couple o

Re: Anonymizer tool like Tor?

2009-03-12 Thread Andreas Rudisch
On Thu, 12 Mar 2009 10:12:48 +0100 Gilles wrote: > I'd like to download information from our competitor's web site, > without their knowing it's from us. ? > The Tor network works fine, but they don't seem to provide a *nix > version /usr/ports/security/tor/ Andreas -- GnuPG key : 0x2A573565

Anonymizer tool like Tor?

2009-03-12 Thread Gilles
Hello I'd like to download information from our competitor's web site, without their knowing it's from us. The Tor network works fine, but they don't seem to provide a *nix version, much less a command-line version (the download script will run on a non-X FreeBSD 6.3 server). Do you know of an