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

Nmap -sT on Windows does not complete #2703

Open
dmiller-nmap opened this issue Sep 6, 2023 · 1 comment
Open

Nmap -sT on Windows does not complete #2703

dmiller-nmap opened this issue Sep 6, 2023 · 1 comment
Labels

Comments

@dmiller-nmap
Copy link

dmiller-nmap commented Sep 6, 2023

When using the -sT option on Windows, Nmap 7.93 and 7.94 will frequently not send any probes. This is due to an uninitialized value being used for the maximum number of open sockets. The bug was introduced in b5dd295 and fixed in 0890822

@fyodor
Copy link
Member

fyodor commented Sep 6, 2023

A workaround is to set --max-parallelism to a high number, like --max-parallelism 900

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