msf6 auxiliary(server/socks_proxy) > options
Module options (auxiliary/server/socks_proxy):
Name Current Setting Required Description
---- --------------- -------- -----------
SRVHOST 0.0.0.0 yes The local host or network interface to listen on. This must be an address on the local machine or 0.0.0.0
to listen on all addresses.
SRVPORT 9050 yes The port to listen on
VERSION 4a yes The SOCKS version to use (Accepted: 4a, 5)
When VERSION is 5:
Name Current Setting Required Description
---- --------------- -------- -----------
PASSWORD no Proxy password for SOCKS5 listener
USERNAME no Proxy username for SOCKS5 listener
Auxiliary action:
Name Description
---- -----------
Proxy Run a SOCKS proxy server
View the full module info with the info, or info -d command.
msf6 auxiliary(server/socks_proxy) > run
[*] Auxiliary module running as background job 17.
msf6 auxiliary(server/socks_proxy) >
[*] Starting the SOCKS proxy server
[*] Stopping the SOCKS proxy server
┌──(sweetliketwinkie㉿Twinkie-Kali-Linux-VM)-[~/Documents/HTB Academy - Pivoting]
└─$ tail -4 /etc/proxychains.conf
# add proxy here ...
# meanwile
# defaults set to "tor"
socks4 127.0.0.1 9050
I am connected to the Ubuntu server and get a meterpreter session
but cant configure MSF’s SOCKS Proxy