From eff5c3c111f3f2a807d5cd39255a7bf202d8c9ca Mon Sep 17 00:00:00 2001 From: Bradley Kemp Date: Tue, 29 Sep 2020 17:06:15 +0100 Subject: [PATCH] Add Hostinger.com matcher --- matchers/whois_matchers.go | 1 + 1 file changed, 1 insertion(+) diff --git a/matchers/whois_matchers.go b/matchers/whois_matchers.go index 7144f4b..5b3ad92 100644 --- a/matchers/whois_matchers.go +++ b/matchers/whois_matchers.go @@ -13,6 +13,7 @@ var whoisMatchers = []matcher{ {OnlineForm{"Cloudflare", "https://www.cloudflare.com/abuse/form"}, whoisContains("abuse@cloudflare.com")}, {OnlineForm{"Dynadot", "https://www.dynadot.com/report_abuse.html"}, whoisContains("abuse@dynadot.com")}, {OnlineForm{"GoDaddy", "https://supportcenter.godaddy.com/AbuseReport"}, whoisContains("abuse@godaddy.com")}, + {AbuseEmail{"GoDaddy", "abuse@hostinger.com"}, whoisContains("netname: HOSTING-SERVERS")}, {OnlineForm{"Namecheap", "https://support.namecheap.com/index.php?/Tickets/Submit"}, whoisContains("abuse@namecheap.com")}, {OnlineForm{"Namesilo", "https://www.namesilo.com/report_abuse.php or https://new.namesilo.com/phishing_report.php"}, whoisContains("abuse@namesilo.com")}, {AbuseEmail{"OrangeWebsite", "abuse-dept@orangewebsite.com"}, whoisContains("abuse@orangewebsite.com")},