4

Proxychains is a unix tool that can proxy applications through SOCKS proxies:

proxychains wget www.google.com

I look for Proxychains equivalent for Windows. I need to proxify a single application only, and not the whole system.

I also need a CLI and not GUI solution.

iTayb
  • 771
  • 4
  • 10
  • 25
  • "Find me a product that does X" is generally off-topic for Server Fault. If you can rephrase your question in the form of a *problem* (***WHY*** do you need this tool?) we might be able to help you out... – voretaq7 Sep 24 '13 at 14:52
  • This Chinese closed-source free app does exactly that and it works https://www.sockscap64.com/en/ – kizzx2 Jun 25 '17 at 04:14

1 Answers1

-1

I don't know of an equivalent. In Windows you only have two choices:

  1. The system proxy (This is the one you see when in the Internet Options panel)

  2. An application embedded proxy. Obviously this is reliant on a developer implementing such a feature.

The only way round this that I could think of would be to run a local proxy which does rule based forwarding. Perhaps it would help if you told us a little more about the problem you're facing.

Dan
  • 15,280
  • 1
  • 35
  • 67
  • 1
    That said, it looks like app does it: http://www.proxycap.com/ Disclaimer: I just Googled and found that. – Dan Sep 24 '13 at 12:52
  • yeah, there is also `proxifier`, but both of them are GUI tools. I need a CLI tool. – iTayb Sep 24 '13 at 12:57
  • @iTayb Well, that's not what you said. Anyway, as with SO pure product recommendations are off topic here I'm afraid. There is no native way, though – Dan Sep 24 '13 at 12:58
  • Yeah, forgot to mention that. I was sure that a port for proxychains is available. maybe not. – iTayb Sep 24 '13 at 12:59