-
Notifications
You must be signed in to change notification settings - Fork 27
/
security_tweets.yaml
93 lines (93 loc) · 2.38 KB
/
security_tweets.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
91
92
93
---
env:
contexts:
- name: "Default Context"
urls:
- "http://testhtml5.vulnweb.com/"
includePaths:
- "http://testhtml5.vulnweb.com/.*"
excludePaths: []
authentication:
method: "form"
parameters:
loginPageUrl: "http://testhtml5.vulnweb.com/#/popular"
loginRequestUrl: "http://testhtml5.vulnweb.com/login"
loginRequestBody: "username={%username%}&password={%password%}"
verification:
method: "response"
loggedInRegex: "Logout"
loggedOutRegex: "Login"
pollFrequency: 60
pollUnits: "requests"
pollUrl: ""
pollPostData: ""
sessionManagement:
method: "cookie"
parameters: {}
technology:
exclude: []
users:
- name: "test_user"
credentials:
password: "admin"
username: "admin"
parameters:
failOnError: true
failOnWarning: false
progressToStdout: true
vars: {}
jobs:
- parameters:
scanOnlyInScope: true
enableTags: false
rules: []
name: "passiveScan-config"
type: "passiveScan-config"
- parameters:
context: "Default Context"
user: "test_user"
url: ""
maxDuration: 0
maxDepth: 0
maxChildren: 0
name: "spider"
type: "spider"
- parameters:
context: "Default Context"
user: "test_user"
url: ""
maxDuration: 60
maxCrawlDepth: 10
numberOfBrowsers: 1
runOnlyIfModern: false
name: "spiderAjax"
type: "spiderAjax"
- parameters: {}
name: "passiveScan-wait"
type: "passiveScan-wait"
- parameters:
context: "Default Context"
user: "test_user"
policy: ""
maxRuleDurationInMins: 0
maxScanDurationInMins: 0
policyDefinition:
defaultStrength: "medium"
defaultThreshold: "medium"
rules: []
name: "activeScan"
type: "activeScan"
#- parameters:
# template: "risk-confidence-html"
# reportDir: ""
# reportTitle: "ZAP Scanning Report"
# reportDescription: ""
# name: "report"
# type: "report"
- parameters:
template: "traditional-pdf"
reportDir: ""
reportTitle: "ZAP Scanning Report"
reportDescription: ""
name: "report-pdf"
type: "report"