Skip to content

Commit

Permalink
Add Hostinger.com matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Bradley Kemp committed Sep 29, 2020
1 parent d931d94 commit eff5c3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions matchers/whois_matchers.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +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")},
{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 eff5c3c

Please sign in to comment.