1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 18:39:03 +00:00

Add support for decoys in IPv6 closes #433 and fixes #98

This commit is contained in:
abhishek
2016-08-17 06:09:09 +00:00
parent b5606dde91
commit 9d288db7fd
14 changed files with 206 additions and 173 deletions

View File

@@ -570,8 +570,8 @@ dialog where you can start NPF if you have administrator privileges.";
fatal("--min-rate=%g must be less than or equal to --max-rate=%g", min_packet_send_rate, max_packet_send_rate);
}
if (af() == AF_INET6 && (generate_random_ips|numdecoys|bouncescan|fragscan)) {
fatal("Random targets, decoys, FTP bounce scan, and fragmentation are not supported with IPv6.");
if (af() == AF_INET6 && (generate_random_ips|bouncescan|fragscan)) {
fatal("Random targets, FTP bounce scan, and fragmentation are not supported with IPv6.");
}
if(ipoptions && osscan)