mirror of
https://github.com/xor-gate/go-socks5-ssh-proxy
synced 2026-03-23 06:16:35 +01:00
Initial working version
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@ -0,0 +1,22 @@
|
||||
# socks5-ssh-proxy
|
||||
|
||||
If HTTP(s) is filtered and outbound SSH is allowed, just create a SOCKS5 proxy. Beat the sensorship, and be free!
|
||||
|
||||
## Server installation
|
||||
|
||||
For SSHFP check:
|
||||
|
||||
- Create SSHFP DNS records use `ssh-keygen -r` on the server
|
||||
- Configure DNS server with those records
|
||||
- Check if records are active with `dig SSHFP <hostname> +short`
|
||||
|
||||
## Browsing with chrome over the proxy
|
||||
|
||||
E.g:
|
||||
|
||||
`"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --proxy-server="socks5://127.0.0.1:1337" --user-data-dir="Y:\ChromeProfile"`
|
||||
|
||||
## Related blog posts
|
||||
|
||||
* https://blog.projectdiscovery.io/proxify-portable-cli-based-proxy/
|
||||
* https://synzack.github.io/Tunneling-Traffic-With-SSL-and-TLS/
|
||||
Reference in New Issue
Block a user