./chisel server -p 8888 --socks5 --reverse
./chisel client 10.10.14.10:8888 R:7000:socks
Add this following line at the end of the /etc/proxychains.conf file.
socks5 127.0.0.1 7000
proxychains -q nmap -T4 -sn 172.10.0.0/24 --unprivileged
Last updated 1 year ago