Skip to content

Commit

Permalink
fingerprints.json: added a check for pingdom subdomain takeover. Take…
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas Bellani committed Aug 16, 2020
1 parent 91c3a20 commit 6946ed7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions fingerprints.json
Original file line number Diff line number Diff line change
Expand Up @@ -555,6 +555,19 @@
],
"nxdomain": false,
"checkall": true
},
{
"service": "pingdom",
"cname": [
"stats.pingdom.com"
],
"fingerprint": [
"This could be because the account was cancelled",
"Sorry, couldn’t find the status page",
"maybe you slipped over the keyboard"
],
"nxdomain": false,
"checkall": true
}

]

0 comments on commit 6946ed7

Please sign in to comment.