mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 13:09:02 +00:00
Fix error when -sU --open used together, since r36450
This commit is contained in:
@@ -561,7 +561,7 @@ dialog where you can start NPF if you have administrator privileges.";
|
|||||||
if (servicescan && noportscan)
|
if (servicescan && noportscan)
|
||||||
servicescan = 0;
|
servicescan = 0;
|
||||||
|
|
||||||
if (defeat_rst_ratelimit && !synscan) {
|
if (defeat_rst_ratelimit && !synscan && !openOnly()) {
|
||||||
fatal("Option --defeat-rst-ratelimit works only with a SYN scan (-sS)");
|
fatal("Option --defeat-rst-ratelimit works only with a SYN scan (-sS)");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user