Created
September 3, 2020 07:21
-
-
Save noobpk/d6eb6e6634917b37de5e5f8704f06b04 to your computer and use it in GitHub Desktop.
Ssh Port forwarding & Proxychains
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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