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 b800ca4 commit 7a8669d
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 @@ -364,5 +364,18 @@
],
"fingerprint": [],
"nxdomain": 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 7a8669d

Please sign in to comment.