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

How can Hydra stop automatically #707

Open
Doraemon959d opened this issue Jan 8, 2022 · 10 comments
Open

How can Hydra stop automatically #707

Doraemon959d opened this issue Jan 8, 2022 · 10 comments

Comments

@Doraemon959d
Copy link

Doraemon959d commented Jan 8, 2022

When I explode the RDP protocol, if the target system is installed with anti-virus software and the explosion is blocked, Hydra will always be in the scanning state. Specifying - t 1 has no effect. The test scan has a total of 6 passwords, and the scan cannot exit normally. The output above seems that the scan has been completed, but it will still be scanned, I don't know how to solve this problem.
image

@Doraemon959d
Copy link
Author

I hope hydra can stop scanning this host in this case. Is there a way to achieve it.
image
False positives may also occur when the target host opens anti-virus software
image

@vanhauser-thc
Copy link
Owner

please compile from github. this is not the current version.

@Doraemon959d
Copy link
Author

please compile from github. this is not the current version.
Just compiled the latest version. It seems that this is still the case
image

@vanhauser-thc
Copy link
Owner

On Debian/Ubuntu/Kali freerdp does not have a timeout setting for connections in the API, on github it does. weird. I dont see anything I can do to set a timeout on connections

@Doraemon959d
Copy link
Author

Therefore, the reason for this problem is that freerdp does not return normally due to being intercepted by anti-virus software, so the program cannot continue scanning. Can it be solved at present?

@vanhauser-thc
Copy link
Owner

maybe there is a way. I dont know. I didnt code that module. I dont see anything in the API that is available in the kali/ubuntu/debian package.

@Doraemon959d
Copy link
Author

Thank you for your reply. The current problem is due to freerdp provided by freerdp_ Connect is always executing, causing the program to block. Right? Can you set a method to automatically close the call after a period of time.
image

@vanhauser-thc
Copy link
Owner

feel free to implement a non-blocking connect etc. and send a PR

@xanus-7
Copy link

xanus-7 commented May 15, 2022

Is there any workaround for this issue?

@vanhauser-thc
Copy link
Owner

if someone invests their time and implements it - then there is a solution. otherwise no.

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

3 participants