Skip to content
This repository has been archived by the owner on Jul 6, 2020. It is now read-only.

SOCKS5 - Usage #2

Open
JohnDotOwl opened this issue Sep 25, 2018 · 2 comments
Open

SOCKS5 - Usage #2

JohnDotOwl opened this issue Sep 25, 2018 · 2 comments

Comments

@JohnDotOwl
Copy link

Hi,

Does this work with SOCKS5 , i tried, doesn't seem to be working. I believe for SOCKS5 you gotta perhaps input the encryption type?

@VahidN
Copy link
Owner

VahidN commented Sep 25, 2018

  • Yes, It does.
  • SOCKS5 is not an encrypted protocol.
  • But this app works based on the fact that the target process is already using the system's default "CERN" proxy setting (which is pointed at Fiddler/FiddlerCore). Hence, the utility is useful if the process does support CERN proxies but doesn't support, for instance, SOCKSv4a to route traffic over the TOR network.

@brnbs
Copy link

brnbs commented Oct 25, 2018

We had a similar use case and created this tool which listen for SOCKS4a clients and forwards their traffic to a SOCKS5 server. As far as I can see, you can use this as an upstream proxy and then you will be able to use a SOCKS5 proxy with FiddlerCore.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants