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

Problem With IRC Bruteforcing #246

Open
Unline opened this issue Aug 8, 2017 · 4 comments
Open

Problem With IRC Bruteforcing #246

Unline opened this issue Aug 8, 2017 · 4 comments

Comments

@Unline
Copy link

Unline commented Aug 8, 2017

_hi there

i couldn't figure it out

example :

hydra chat.freenode.net -l ID -p PASS irc

doesn't work

hydra doesn't find it even with correct input

have i missed anything ?_

@vanhauser-thc
Copy link
Owner

it would rather be

hydra -l ID -p PASS chat.freenode.net irc
or
hydra -l ID -p PASS irc://chat.freenode.net

but that should actually not be the problem. Add the "-d" flag and check the data sent and received what is going wrong. the module is old and not written by me, so no clue if it still works.

@Unline
Copy link
Author

Unline commented Aug 8, 2017

thank you for your answer

i've used the command in the forms you mentioned

didn't make any difference

you can see the output with the -d flag here

https://pastebin.com/RcHMDkuF

here is the error

[ERROR] should not be able to identify server msg, please report it
:leguin.freenode.net NOTICE * :
* Looking up your hostname...**

@vanhauser-thc
Copy link
Owner

I could only shortly look into it, and it seesm that the irc module is a bit outdated. I guess fixing it would not be that hard, but currently I have no time whatsoever to do that.

feel free to send in a patch, otherwise this will take 3 weeks minimum until I have the time.

@Unline
Copy link
Author

Unline commented Aug 10, 2017

thank you for your kind support

i'll take a look and i'll also wait for your patch

by the way hydra's always been one of my favorites

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

No branches or pull requests

2 participants