Skip to content

HTTP, SOCKS proxies, and TOR support

epinna edited this page Sep 20, 2014 · 1 revision

Weevely supports HTTP and SOCKS proxies and use Tor anonymity network.

Usage

Set a proxy

weevely> :set proxy <type>://<host>:<port>

Or remove it

weevely> :unset proxy

Example

Use an HTTP proxy to connect to target.

www-data@target:/var/www $ :set proxy http://10.24.21.12:8080
proxy = http://10.24.21.12:8080
www-data@target:/var/www $ :system_info -info client_ip
10.24.21.12

Anonymize weevely using the Tor SOCKS5 proxy spawned on port 9050.

www-data@target:/var/www $ :set proxy socks5://127.0.0.1:9050
proxy = socks5://127.0.0.1:8080
www-data@target:/var/www $ :system_info -info client_ip
5.9.123.81

Use a SOCKS4 proxy to connect to the target.

www-data@target:/var/www $ :set proxy socks4://10.24.21.12:8090
proxy = socks4://10.24.21.12:8090
www-data@target:/var/www $ :system_info -info client_ip
10.24.21.12