Grunt's personal blog

this is my personal blog for my hacking stuff, my degree stuff, etc

View on GitHub

SSH Local Port Forwarding.

ssh -L 3306:127.0.0.1:3306 ubuntu@IP

Pivoting

Dynamic Port forwarding SSH & Socks tunneling

ssh -D 9050 user@host

GNT@htb[/htb]$ tail -4 /etc/proxychains.conf
# meanwile
# defaults set to "tor"
socks4 	127.0.0.1 9050