forked from haccer/subjack
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfingerprint.json
More file actions
74 lines (74 loc) · 1.7 KB
/
fingerprint.json
File metadata and controls
74 lines (74 loc) · 1.7 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"platforms": [
{
"platform": "GitHub Pages",
"content": [
"<p><strong>There isn't a GitHub Pages site here.</strong></p>",
"For root URLs (like http://example.com/) you must provide an index.html file"
]
},
{
"platform": "Amazon S3",
"content": [
"<Code>NoSuchBucket</Code>",
"The specified bucket does not exist"
]
},
{
"platform": "Bitbucket",
"content": [
"Repository not found",
"The page you have requested does not exist"
]
},
{
"platform": "Heroku",
"content": [
"There's nothing here, yet.",
"herokucdn.com/error-pages/no-such-app.html",
"<title>No such app</title>"
]
},
{
"platform": "Pantheon",
"content": [
"404 error unknown site!",
"The gods are wise",
"The gods are wise, but do not know of the site which you seek."
]
},
{
"platform": "Readme.io",
"content": "<h2>Project doesnt exist... yet!</h2>"
},
{
"platform": "Shopify",
"content": [
"<h1 class=\"tc\">Sorry, this shop is currently unavailable.</h1>",
"Only one step left!"
]
},
{
"platform": "Tumblr",
"content": [
"Whatever you were looking for doesn't currently exist at this address. Unless you were looking for this error page, in which case: Congrats! You totally found it.",
"There's nothing here."
]
},
{
"platform": "Webflow",
"content": "<p class=\"description\">The page you are looking for doesn't exist or has been moved.</p>"
},
{
"platform": "Zendesk",
"content": [
"<title>Help Center Closed | Zendesk</title>",
"Help Center Closed"
]
},
{
"platform": "Tilda",
"content": "Domain has been assigned"
}
]
}