forked from eawhitehat/Sentinel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreport.json
More file actions
62 lines (62 loc) · 1.6 KB
/
report.json
File metadata and controls
62 lines (62 loc) · 1.6 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
[
{
"url": "https://asterbook.com",
"type": "Missing Header",
"severity": "Low",
"description": "Missing security header: X-Frame-Options"
},
{
"url": "https://asterbook.com",
"type": "Missing Header",
"severity": "Low",
"description": "Missing security header: X-Content-Type-Options"
},
{
"url": "https://asterbook.com",
"type": "Missing Header",
"severity": "Low",
"description": "Missing security header: Content-Security-Policy"
},
{
"url": "https://asterbook.com",
"type": "Info Leak",
"severity": "Info",
"description": "Server header exposed: cloudflare"
},
{
"url": "https://www.asterbook.com",
"type": "Missing Header",
"severity": "Low",
"description": "Missing security header: X-Frame-Options"
},
{
"url": "https://www.asterbook.com",
"type": "Missing Header",
"severity": "Low",
"description": "Missing security header: X-Content-Type-Options"
},
{
"url": "https://www.asterbook.com",
"type": "Missing Header",
"severity": "Low",
"description": "Missing security header: Content-Security-Policy"
},
{
"url": "https://www.asterbook.com",
"type": "Info Leak",
"severity": "Info",
"description": "Server header exposed: cloudflare"
},
{
"url": "https://asterbook.com/robots.txt",
"type": "Sensitive File",
"severity": "High",
"description": "Found accessible file: /robots.txt"
},
{
"url": "https://www.asterbook.com/robots.txt",
"type": "Sensitive File",
"severity": "High",
"description": "Found accessible file: /robots.txt"
}
]