gitjacker icon indicating copy to clipboard operation
gitjacker copied to clipboard

Support Proxy

Open testerrrrrr opened this issue 5 years ago • 3 comments

Would be better to add a feature to support socks/proxy

testerrrrrr avatar Sep 28 '20 05:09 testerrrrrr

What about proxychains? You can simply prefix the command with proxychains and the traffic gets "proxied" if you set it up correctly.

JojiiOfficial avatar Oct 12 '20 15:10 JojiiOfficial

looking forward

chriscupas avatar Oct 20 '20 08:10 chriscupas

What about proxychains? You can simply prefix the command with proxychains and the traffic gets "proxied" if you set it up correctly.

@JojiiOfficial

You can't use proxychains because Golang binaries doesn't use libc at all (at least for Linux).

Lesmiscore avatar Oct 22 '20 04:10 Lesmiscore