Skip to content

Commit

Permalink
Fix misnamed Hostinger matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Kemp committed Mar 25, 2021
1 parent 3f2a400 commit 8f71ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matchers/whois_matchers.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var whoisMatchers = []matcher{
{OnlineForm{"Cloudflare", "https://www.cloudflare.com/abuse/form"}, whoisContains("[email protected]")},
{OnlineForm{"Dynadot", "https://www.dynadot.com/report_abuse.html"}, whoisContains("[email protected]")},
{OnlineForm{"GoDaddy", "https://supportcenter.godaddy.com/AbuseReport"}, whoisContains("[email protected]")},
{AbuseEmail{"GoDaddy", "[email protected]"}, whoisContains("netname: HOSTING-SERVERS")},
{AbuseEmail{"Hostinger", "[email protected]"}, whoisContains("netname: HOSTING-SERVERS")},
{OnlineForm{"Namecheap", "https://support.namecheap.com/index.php?/Tickets/Submit"}, whoisContains("[email protected]")},
{OnlineForm{"Namesilo", "https://www.namesilo.com/report_abuse.php or https://new.namesilo.com/phishing_report.php"}, whoisContains("[email protected]")},
{AbuseEmail{"OrangeWebsite", "[email protected]"}, whoisContains("[email protected]")},
Expand Down

0 comments on commit 8f71ba0

Please sign in to comment.