liamg / gitjacker

🔪 :octocat: Leak git repositories from misconfigured websites
The Unlicense
1.55k stars 120 forks source link

Support Proxy #2

Open testerrrrrr opened 4 years ago

testerrrrrr commented 4 years ago

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

JojiiOfficial commented 4 years ago

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

chriscupas commented 4 years ago

looking forward

Lesmiscore commented 4 years ago

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).