Initial working version

This commit is contained in:
2024-07-24 22:57:32 +02:00
commit 44d50d5f7c
789 changed files with 270992 additions and 0 deletions

22
README.md Normal file
View 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/