Tortunnel
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
Prerequisites
$ sudo apt-get install libboost-system1.40-dev libssl-dev
Tortunnel
$ cd /data/src/ $ wget http://www.thoughtcrime.org/software/tortunnel/tortunnel-0.2.tar.gz $ tar xvzf tortunnel-0.2.tar.gz $ cd tortunnel-0.2/ $ ./configure $ make $ sudo make install
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 proxychains to work with tortunnel
This section explains how to configure proxychains to work with tortunnel.
This is part of the tuturial about Tor network. This enables to use Nmap through the Tor network.
First of all we need to reconfigure proxychains configuration file. Edit the file:
$ sudo vim /etc/proxychains.conf
And modify it as follows:
[ProxyList] # add proxy here ... # meanwile # defaults set to "tor" #socks4 127.0.0.1 9050 socks5 127.0.0.1 5060
We use port 5060 since this is the port tortunnel is going to listen to.