Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Socks proxy support #32

Open
ropnop opened this issue Nov 14, 2020 · 4 comments
Open

[Feature Request] Socks proxy support #32

ropnop opened this issue Nov 14, 2020 · 4 comments

Comments

@ropnop
Copy link
Owner

ropnop commented Nov 14, 2020

Someone on Twitter mentioned that kerbrute doesn't work with proxychains. Would be cool to add a proxy option to kerbrute (not sure how well it would, but worth trying)

@tiyeuse
Copy link

tiyeuse commented Mar 6, 2021

Interesting feature. I would like to use kerbrute more but without proxychains it is kinda limited.
Is this planned somewhere in the roadmap ? 😃
Bump on this !

@Sia200
Copy link

Sia200 commented Aug 19, 2021

I have been tackling this issue, and got kind of a workaround:
Changed the default settings for using kerberos with TCP (made UDP optional) here in the picture.

image

after that I expected that Proxychains will work fine, but it didnt.
I tried the same thing via windows machine and proxifier, and it worked great! so I will recommend that.

hope someone will find it useful

@nodauf
Copy link

nodauf commented Sep 26, 2021

For anyone having this use, you can use tun2sock to route the traffic to the destination to the socks proxy. It's a workaround before the feature is implemented

./tun2socks-linux-amd64 -device tun://tun1 -proxy socks5://127.0.0.1:1080
ip link set tun1 up
ip route add <destination network> dev tun1

@audibleblink
Copy link
Contributor

audibleblink commented Mar 24, 2022

I use graftcp for this. Proxychains uses LDPRELOAD to hijack linked library calls. Go binaries don't use linked libs, so it doesn't work. Graftcp will hijack syscalls, though, to achieve the same result.

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

No branches or pull requests

5 participants