Closed guyluz11 closed 2 years ago
High range should be avoided. Is there any need to scan from 1 to 16350 ?
Not for me, but it will be useful for penetration testing applications.
I guess it's all happening when we are executing asynchronously, because it opens files and fills buffers in parallel. Although speed is high for scanning but at cost of file open and buffer limit.
User will have to scan in chunks, there is no other option.
PortScanner.discover
crash on Windows when scanning too many ports at once.In my case the code got crash when running this
And didn't got crash when running this
Here is the crash