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

Max port 65389 ? #98

Open
nrathaus opened this issue Jan 26, 2024 · 3 comments
Open

Max port 65389 ? #98

nrathaus opened this issue Jan 26, 2024 · 3 comments

Comments

@nrathaus
Copy link

nrathaus commented Jan 26, 2024

Hi,

Can you clarify why you have set this as the maximum port to 65389? per nmap documentation:

 ... you can specify -p- to scan ports from 1 through 65535.
@nmmapper
Copy link
Owner

I don't understand you question clearly, can you please explain it more? as far as I know maxport is dynamic can be changed

@nrathaus
Copy link
Author

PyPi version says 65389:

...
self.maxport = 65389
...
if (default > self.maxport):
            raise ValueError("Port can not be greater than default 65389")

Seems like github version doesn't have this?

@nmmapper
Copy link
Owner

Oh yeah I see, let me investigate and fix it.

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