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

Dead option '--host-timeout' #3

Closed
gvanem opened this issue Apr 14, 2016 · 2 comments
Closed

Dead option '--host-timeout' #3

gvanem opened this issue Apr 14, 2016 · 2 comments
Labels

Comments

@gvanem
Copy link

gvanem commented Apr 14, 2016

No issues? Here is my first issue after successfully building ncrack.exe using MSVC 2015 and playing with it for an hour. A command like:

ncrack.exe  -p80 router -g path=Status_Router.asp --host-timeout=100s

will run forever.

I see in ncrack.cc that this undocumented option is set to o.host_timeout = l; But it's not used for anything. It would be nice if this option worked.

@ithilgore
Copy link
Collaborator

Thanks for reporting it gvanem. I'll make sure it's fixed. Have you tried using the -to service specific option? The syntax would be:
ncrack http://127.0.0.1,to=100s (more options)

@ithilgore
Copy link
Collaborator

Fixed here: 39efb2e

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

No branches or pull requests

2 participants