Privoxy
Jump to navigation
Jump to search
DRAFT
This page is still a draft. Thank you for your understanding.
Description
INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.
Thank you for your comprehension.
Installation
Simply issue following command:
$ sudo apt-get install privoxy
Usage
Syntax
INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.
Thank you for your comprehension.
Options
INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.
Thank you for your comprehension.
Configuration
Configure Privoxy to work with tortunnel
This is part of the tutorial about Nmap scanning through the Tor network.
Open privoxy configuration file:
$ sudo vim /etc/privoxy/config
And apply following modifications:
# A rule that uses a SOCKS 4 gateway for all destinations but no # HTTP parent looks like this: # # forward-socks4 / socks-gw.example.com:1080 . # # # To chain Privoxy and Tor, both running on the same system, # you would use something like: # # forward-socks5 / 127.0.0.1:9050 . forward-socks5 / 127.0.0.1:5060