liamg / gitjacker

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

Support Proxy #2

Open testerrrrrr opened 3 years ago

testerrrrrr commented 3 years ago

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

JojiiOfficial commented 3 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 3 years ago

looking forward

Lesmiscore commented 3 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).