-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcloudflare.json
More file actions
41 lines (40 loc) · 1.25 KB
/
Copy pathcloudflare.json
File metadata and controls
41 lines (40 loc) · 1.25 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
{
"name": "Detectify",
"description": "Detectify is a SaaS based website security scanner that will help you stay safe. We audit your site’s security so you can focus on web development.",
"version": "1.52",
"category": "security monitoring",
"config":{
"details":{
"Category": "Website Security Monitoring",
"Language": "English",
"Price": "$30.00/month per domain",
"Restrictions": "None - Unlimited Scans",
"TOS":"https://detectify.com/terms",
"has_js": false
},
"assets":{
"logos" : {
"200px": "./public/images/logo-200.png",
"132px": "./public/images/logo-132.png"
},
"detail_page" : [
"./public/images/dashboard.png",
"./public/images/report.png",
"./public/images/gohackyorself.png"
]
}
},
"account": {
"callback_url": "https://detectify.com/integration/jago/cloudflare/v1/",
"user_fields": ["email"]
},
"billing": {
"type": "zone",
"plans":[
{
"name" : "Security testing",
"price": "30.00"
}
]
}
}