Skip to content

Instantly share code, notes, and snippets.

@noobpk
Created September 3, 2020 07:21
Show Gist options
  • Select an option

  • Save noobpk/d6eb6e6634917b37de5e5f8704f06b04 to your computer and use it in GitHub Desktop.

Select an option

Save noobpk/d6eb6e6634917b37de5e5f8704f06b04 to your computer and use it in GitHub Desktop.
Ssh Port forwarding & Proxychains
#proxychains config: /etc/proxychains.conf
ssh -D <port-proxychains> root@<ip-target>
proxychains <application> <application-option>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment