mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fix error when -sU --open used together, since r36450
This commit is contained in:
parent
4bd67aa2fb
commit
916ce30d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ dialog where you can start NPF if you have administrator privileges.";
|
|||
if (servicescan && noportscan)
|
||||
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)");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue