Meterpreter
Basic
sessions -lsessions -u 1sessions -i 1backgrounddCTRL + Zuse auxiliary/scanner/portscan/tcp
set RHOSTS 172.16.0.24
runPivoting
sessions -i 1
ipconfig
run autoroute -s 172.16.0.0/24use auxiliary/server/socks_proxy
set SRVPORT 9050
set VERSION 4a
runAdd this following line at the end of the /etc/proxychains.conf file.
[ProxyList]
# add proxy here ...
socks4 127.0.0.1 9050proxychains -q nmap -sT 172.16.0.24 --unprivilegedLast updated