From e8e4b9e8fff7a71e2770ff5a38e92506b508c72f Mon Sep 17 00:00:00 2001 From: Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> Date: Fri, 27 Oct 2023 13:58:15 +0200 Subject: IPv6: add support for IPv6 risk tree (#2118) Fix the script to download crawler addressess --- utils/crawlers_ip_addresses_download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/crawlers_ip_addresses_download.sh b/utils/crawlers_ip_addresses_download.sh index 18f95f1df..88ff4aece 100755 --- a/utils/crawlers_ip_addresses_download.sh +++ b/utils/crawlers_ip_addresses_download.sh @@ -61,7 +61,7 @@ is_file_empty "${LIST}" jq -r '.prefixes | .[].ipv6Prefix | select( . != null )' $TMP2 jq -r '.prefixes | .[].ipv6Prefix | select( . != null )' $TMP3 jq -r '.prefixes | .[].ipv6Prefix | select( . != null )' $TMP_BING - grep route6 $TMP_FB | tr -d 'route6:^ ' + grep route6 $TMP_FB | cut -c9- | tr -d ' ' } > $LIST6 is_file_empty "${LIST6}" ./ipaddr2list.py $LIST NDPI_HTTP_CRAWLER_BOT $LIST6 > $DEST -- cgit v1.2.3