O
O
OSCP Notes
Search
⌃K
Introduction
Port scanning
Passive Information Gathering
Ports enum:
Recon Tools
Tech Skills Needed
msfvenom
meterpreter commands
Web Apps
python scripts
Windows hacks
Port Forwarding
Reverse shells
Binary exploitation
Transfering Modules
Buffer Overflow
Cracking!
shellshock
Active Directory
Antivirus Evasion
Windows Priv Esc
Linux Priv Esc
Active Directory Case Studies
Pivoting
ssh_remote_port_forwarding.sh
pivoting with proxychains
C program analysis
Misc
Hack the box Write-ups
THM Offensive Security Path
Proving Ground
Cyber Sec Labs
Powered By GitBook

pivoting with proxychains

​
edit the proxychains.conf and run the ssh command from the victim.
ssh -N -R *:5050 [email protected]
​
​
​
​
you can add proxychains command before other standard commands.
for burp, start the burp as normal and edit the socks proxy section.
Previous
ssh_remote_port_forwarding.sh
Next
C program analysis
Last modified 10mo ago
Copy link