From adb07417f5c48bdc4c0db31219b3347267d04348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Sun, 5 Jan 2020 22:35:12 +0100 Subject: [PATCH] Fixed import_rapid7 script typo --- import_rapid7.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/import_rapid7.sh b/import_rapid7.sh index 1e90851..a691349 100755 --- a/import_rapid7.sh +++ b/import_rapid7.sh @@ -76,6 +76,6 @@ function feed_rapid7 { # study, dataset, rule_file, ./feed_dns args feed_rapid7 sonar.rdns_v2 rdns rules_asn/first-party.list feed_rapid7 sonar.fdns_v2 fdns_a rules_asn/first-party.list --ip4-cache "$CACHE_SIZE" -# feed_rapid7 sonar.fdns_v2 fdns_aaaa rules_asn/first-party.list --ip6-cache "$CACHE_SIZE" -feed_rapid7 sonar.fdns_v2 rules/first-party.list fdns_cname +# feed_rapid7 sonar.fdns_v2 fdns_aaaa rules_asn/first-party.list --ip6-cache "$CACHE_SIZE" +feed_rapid7 sonar.fdns_v2 fdns_cname rules/first-party.list