python3-nmap
python3-nmap copied to clipboard
Max port 65389 ?
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.
I don't understand you question clearly, can you please explain it more? as far as I know maxport is dynamic can be changed
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?
Oh yeah I see, let me investigate and fix it.