Skip to content

Commit 95483b9

Browse files
committed
Added testfire AF plan
Signed-off-by: kingthorin <[email protected]>
1 parent 9ac326b commit 95483b9

File tree

2 files changed

+59
-0
lines changed

2 files changed

+59
-0
lines changed

other/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to the 'other' section of this repository will be documented
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

6+
### 2025-10-06
7+
- Added af-plans/FullScanTestfireAuth.yaml
8+
69
### 2025-10-03
710
- Added af-plans/FullScanCrApiAuth.yaml and more import job examples to af-plans/ApiScanExample.yaml
811
- Changed auth AF plans to use seconds instead of requests for pollUnits.
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
env:
2+
contexts:
3+
- name: testfire
4+
urls:
5+
- http://testfire.net
6+
includePaths:
7+
- http://testfire.net.*
8+
- https://testfire.net.*
9+
authentication:
10+
method: browser
11+
parameters:
12+
loginPageUrl: http://testfire.net/login.jsp
13+
browserId: firefox-headless
14+
loginPageWait: 2
15+
verification:
16+
method: poll
17+
loggedInRegex: \Q 200 OK\E
18+
loggedOutRegex: \Q 302 Found\E
19+
pollFrequency: 60
20+
pollUnits: seconds
21+
pollUrl: http://testfire.net/bank/main.jsp
22+
pollPostData: ""
23+
sessionManagement:
24+
method: headers
25+
users:
26+
- name: jsmith
27+
credentials:
28+
password: demo1234
29+
username: jsmith
30+
parameters: {}
31+
jobs:
32+
- type: openapi
33+
parameters:
34+
apiUrl: https://testfire.net/swagger/properties.json
35+
context: testfire
36+
user: jsmith
37+
- type: spider
38+
parameters:
39+
context: testfire
40+
user: jsmith
41+
url: http://testfire.net
42+
logoutAvoidance: true
43+
- type: passiveScan-wait
44+
parameters: {}
45+
- type: activeScan
46+
parameters:
47+
context: testfire
48+
user: jsmith
49+
policyDefinition:
50+
defaultStrength: medium
51+
defaultThreshold: medium
52+
- type: report
53+
parameters:
54+
template: modern
55+
reportTitle: ZAP Scanning Report
56+

0 commit comments

Comments
 (0)