-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfingerprints.json
More file actions
44 lines (44 loc) · 1.1 KB
/
fingerprints.json
File metadata and controls
44 lines (44 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
"service": "AWS S3",
"cname": ["s3.amazonaws.com", "s3-website", "amazonaws.com"],
"fingerprint": ["NoSuchBucket", "The specified bucket does not exist"],
"vulnerable": true
},
{
"service": "Heroku",
"cname": ["herokudns.com", "herokuapp.com"],
"fingerprint": ["No such app", "there is no app configured at that hostname"],
"vulnerable": true
},
{
"service": "GitHub Pages",
"cname": ["github.io"],
"fingerprint": ["There isn't a GitHub Pages site here"],
"vulnerable": true
},
{
"service": "Shopify",
"cname": ["myshopify.com"],
"fingerprint": ["Sorry, this shop is currently unavailable"],
"vulnerable": true
},
{
"service": "Fastly",
"cname": ["fastly.net"],
"fingerprint": ["Fastly error: unknown domain"],
"vulnerable": true
},
{
"service": "Pantheon",
"cname": ["pantheonsite.io"],
"fingerprint": ["The gods are wise"],
"vulnerable": true
},
{
"service": "Netlify",
"cname": ["netlify.app", "netlify.com"],
"fingerprint": ["Not Found - Request ID"],
"vulnerable": true
}
]