diff --git a/src/title/LineTableModel.java b/src/title/LineTableModel.java index e8ae8c29..4c523d2a 100644 --- a/src/title/LineTableModel.java +++ b/src/title/LineTableModel.java @@ -729,6 +729,12 @@ public void MarkNotTargetRows() { int port = entry.getPort(); int type = model.assetType(host); + + if (type == DomainManager.IP_ADDRESS) { + //避免网段内IP、内网IP被删除,应该通过网段信息判断 + continue; + } + //规则1 if (DomainUtils.isValidDomainNoPort(host)) { if ((type == DomainManager.USELESS || type==DomainManager.SIMILAR_DOMAIN)