File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -176,15 +176,15 @@ protected List<InfoEntry> doInBackground() {
176176 String info_text = String .join (System .lineSeparator (), urls );
177177 info_text = info_text + String .join (System .lineSeparator (), emails );
178178
179-
180- List <String > domains = DomainUtils .grepDomainAndPort (new String (originContent ));
181- domains = TextUtils .deduplicate (domains );
182- for (String domain : domains ) {
183- if (info_text .contains (domain )) {
184- continue ;
185- }
186- entries .add (new InfoEntry (domain , InfoEntry .Type_Domain ));
187- }
179+ //误报太多
180+ // List<String> domains = DomainUtils.grepDomainAndPort(new String(originContent));
181+ // domains = TextUtils.deduplicate(domains);
182+ // for (String domain : domains) {
183+ // if (info_text.contains(domain)) {
184+ // continue;
185+ // }
186+ // entries.add(new InfoEntry(domain, InfoEntry.Type_Domain));
187+ // }
188188
189189 List <String > iPList = IPAddressUtils .grepIPv4MayPort (new String (originContent ));
190190 iPList = TextUtils .deduplicate (iPList );
You can’t perform that action at this time.
0 commit comments