martedì 4 novembre 2008

navigazione anonima

Per navigare anonimi in tutta sicurezza con il nostro fidato firefox ci serviremo dei programmi tor e privoxy, aprimo il terminale ed installiamo i due programmi.

sudo pacman -Sy tor privoxy

cofiguriamo la linea daemons di rc.conf inserendo le due nuovi voci.

sudo nano /etc/rc.conf

DAEMONS=(syslog-ng !network netfs crond hal fam networkmanager gdm cups tor privoxy)


configuriamo il file di configurazione di privoxy

inserendo questa linea nel file di testo.
forward-socks4a / localhost:9050 . (metette pure il punto finale)

sudo nano /etc/privoxy/config

forward-socks4a / localhost:9050 .
# Sample Configuration File for Privoxy v3.0.8
#
# $Id: config,v 1.63 2008/01/17 01:43:22 hal9 Exp $
#
# Copyright (C) 2001-2008 Privoxy Developers http://www.privoxy.org/
#
####################################################################
# #
# Table of Contents #
# #
# I. INTRODUCTION #
# II. FORMAT OF THE CONFIGURATION FILE #
# #
# 1. LOCAL SET-UP DOCUMENTATION #
# 2. CONFIGURATION AND LOG FILE LOCATIONS #
# 3. DEBUGGING #
# 4. ACCESS CONTROL AND SECURITY #
# 5. FORWARDING #
# 6. WINDOWS GUI OPTIONS #
# #
####################################################################
#
#
# I. INTRODUCTION
# ===============
#
# This file holds Privoxy's main configuration. Privoxy detects
# configuration changes automatically, so you don't have to restart
# it unless you want to load a different configuration file.
#
# The configuration will be reloaded with the first request after
# the change was done, this request itself will still use the old
# configuration, though. In other words: it takes two requests before
# you see the result of your changes. Requests that are dropped due
# to ACL don't trigger reloads.
#
# When starting Privoxy on Unix systems, give the location of this
# file as last argument. On Windows systems, Privoxy will look for
# this file with the name 'config.txt' in the current working directory
# of the Privoxy process.
#
#
# II. FORMAT OF THE CONFIGURATION FILE
# ====================================
#
# Configuration lines consist of an initial keyword followed by a
# list of values, all separated by whitespace (any number of spaces
# or tabs). For example,
#
# actionsfile default.action
#
# Indicates that the actionsfile is named 'default.action'.
#
# The '#' indicates a comment. Any part of a line following a '#'
# is ignored, except if the '#' is preceded by a '\'.

salvate ed riavviate i demoni.

sudo /etc/rc.d/tor restart
sudo /etc/rc.d/privoxy restart

configurate firefox così.

adesso dovrebbe funzionare tutto, permettendovi di navigare anonimi per ritornare alla situazione precedente vi basterà stoppare i demoni tor e privoxy e mettere su firexox la spunta su nessun proxy.

Nessun commento: