-
Notifications
You must be signed in to change notification settings - Fork 59
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
No exception handling when there's no open port #6
Comments
ok, I will solve this problem at the next milestone :) |
Waiting for your update |
Hey @MyKings , the issue here is that ports are not open. Its not host not found. |
Well, it doesn't really matter if the host is not alive or the port is not open. |
Seems solved. If all host down (via ping) or all host/port not found, will throw the |
I have made changes to my tool's workflow. Closing the issue. |
Hey @MyKings,
This is a great python wrapper for masscan. But I found an issue when using this.
When I scan a host without any open port I get an exception. It would be better to handle it rather than raising an exception.
Code:
Exception:
(Note: My system doesn't have any open port)
Waiting for your response :)
The text was updated successfully, but these errors were encountered: