-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
90 lines (89 loc) · 2.5 KB
/
config.yaml
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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
env:
contexts:
- authentication:
method: form
parameters:
loginPageUrl: https://brokencrystals.com/userlogin?logobgcolor=transparent
loginRequestBody: username={%username%}&password={%password%}
loginRequestUrl: https://brokencrystals.com/userlogin?logobgcolor=transparent
verification:
loggedInRegex: Sign In
loggedOutRegex: Sign Out
method: response
pollFrequency: 60
pollPostData: ""
pollUnits: requests
pollUrl: ""
excludePaths: []
includePaths:
- https://brokencrystals.com.*
name: Default Context
sessionManagement:
method: cookie
parameters: {}
technology:
exclude: []
urls:
- https://brokencrystals.com
users:
- credentials:
password: admin
username: admin
name: admin
parameters:
failOnError: true
failOnWarning: false
progressToStdout: true
vars: {}
jobs:
- name: passiveScan-config
parameters:
disableAllRules: false
enableTags: false
scanOnlyInScope: true
rules: []
type: passiveScan-config
- name: spider
parameters:
context: Default Context
maxChildren: 0
maxDepth: 0
maxDuration: 0
url: https://brokencrystals.com
user: admin
type: spider
- name: spiderAjax
parameters:
context: Default Context
inScopeOnly: true
maxCrawlDepth: 10
maxDuration: 60
runOnlyIfModern: false
url: https://brokencrystals.com
user: admin
type: spiderAjax
- name: passiveScan-wait
parameters:
maxDuration: 0
type: passiveScan-wait
- name: activeScan
parameters:
context: Default Context
maxRuleDurationInMins: 0
maxScanDurationInMins: 0
policy: ""
user: admin
policyDefinition:
defaultStrength: medium
defaultThreshold: medium
rules: []
type: activeScan
- name: report
parameters:
displayReport: false
reportDescription: ""
reportDir: ./dast-output-2231075323/dast-output-2204173195
reportFile: ZAP-Report
reportTitle: ZAP Scanning Report
template: traditional-xml
type: report