From 6b264904966a22ec56b1fc042d9cf7856df6a94c Mon Sep 17 00:00:00 2001 From: dmiller Date: Thu, 9 Apr 2015 15:55:45 +0000 Subject: [PATCH] Simplify error statement regarding IPv6-incompatible features (note OS detection is now supported!) --- NmapOps.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NmapOps.cc b/NmapOps.cc index ca451123d..a3030f8bc 100644 --- a/NmapOps.cc +++ b/NmapOps.cc @@ -570,11 +570,11 @@ dialog where you can start NPF if you have administrator privileges."; } if (af() == AF_INET6 && (generate_random_ips|numdecoys|bouncescan|fragscan)) { - fatal("Sorry -- IPv6 support is currently only available for TCP, UDP, and SCTP port scans and list scan (-sL). OS detection, random targets and decoys are also not supported with IPv6. Further support is under consideration."); + fatal("Random targets, decoys, FTP bounce scan, and fragmentation are not supported with IPv6."); } if(ipoptions && osscan) - error("WARNING: Ip options are NOT used while OS scanning!"); + error("WARNING: IP options are NOT used while OS scanning!"); #ifndef NOLUA /* Make sure nmap.registry.args is available (even if it's empty) */