Proxychains

From aldeid
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.

Installation

From packages

$ sudo apt-get install proxychains

From sources

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
Thank you for your comprehension.

Usage

Syntax

INCOMPLETE SECTION OR ARTICLE
This section/article is being written and is therefore not complete.
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.

Configuration

Configure proxychains to work with tortunnel

Basically, proxychains is configured by default to work with the Tor network.

Nevertheless, to realize a Nmap portscan with tortunnel, you will need to change a few things. Edit proxychains configuration file:

$ sudo vim /etc/proxychains.conf

and modify it as follows:

socks5  127.0.0.1 5060

Example

See Nmap scan trough Tor network.