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

missing modules #14

Closed
superpitzi2 opened this issue Oct 17, 2017 · 3 comments
Closed

missing modules #14

superpitzi2 opened this issue Oct 17, 2017 · 3 comments

Comments

@superpitzi2
Copy link

Hi

"Compiled with SSH and MySQL optional modules"

I have tried to use the http proxy module through burp but I cant, I tried all the possibilities and I get [ERROR] Unknown service: HYDRA_PROXY

For me I only need for http using burp testing.

Can you please compile with the http module, so we can use it through BURP or a way to configure the http or sock proxy please. I tried with proxifier and I cant manage to do it.
I even tried to compile entire cygwin and again I got errors. Maybe if you can try helping us ( as I have read a lot of comments and other people facing the same error trying to use hydra_proxy and couldnt do it.

Or if you dont wanna share, at least tell me what I did wrong hen compiling, when I use the .exe compiled i get an app crash.

Thank you.

@maaaaz
Copy link
Owner

maaaaz commented Oct 21, 2017

Hello,

http-proxy module is not meant to define a proxy but to bruteforce a HTTP/socks proxy.

If you want to define a HTTP proxy in order to see/edit your request you have to set the environment variable first:

> set HYDRA_PROXY_HTTP=http://127.0.0.1:8080
> hydra -l admin -p admin <target> http-get

Please refer to "Debugging Hydra with Burp Proxy" on this blog for further information.

Cheers.

@maaaaz maaaaz closed this as completed Oct 21, 2017
@superpitzi2
Copy link
Author

and in windows is not working, thats why I asked if possible to do that.

@maaaaz
Copy link
Owner

maaaaz commented Oct 22, 2017

I forgot to say that I tested on Windows 7 with the latest thc-hydra-windows binaries and it worked.

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

2 participants