Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions other/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to the 'other' section of this repository will be documented

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

### 2025-10-06
- Added af-plans/FullScanTestfireAuth.yaml

### 2025-10-03
- Added af-plans/FullScanCrApiAuth.yaml and more import job examples to af-plans/ApiScanExample.yaml
- Changed auth AF plans to use seconds instead of requests for pollUnits.
Expand Down
59 changes: 59 additions & 0 deletions other/af-plans/FullScanTestfireAuth.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
---
# A simple plan for performing an authenticated scan against Testfire (AltoroJ).
#
env:
contexts:
- name: testfire
urls:
- https://demo.testfire.net
includePaths:
- https://demo.testfire.net.*
authentication:
method: browser
parameters:
loginPageUrl: https://demo.testfire.net/login.jsp
browserId: firefox-headless
loginPageWait: 2
verification:
method: poll
loggedInRegex: \Q 200 OK\E
loggedOutRegex: \Q 302 Found\E
pollFrequency: 60
pollUnits: seconds
pollUrl: https://demo.testfire.net/bank/main.jsp
pollPostData: ""
sessionManagement:
method: headers
users:
- name: jsmith
credentials:
password: demo1234
username: jsmith
parameters: {}
jobs:
- type: openapi
parameters:
apiUrl: https://demo.testfire.net/swagger/properties.json
context: testfire
user: jsmith
- type: spider
parameters:
context: testfire
user: jsmith
url: https//demo.testfire.net
- type: passiveScan-wait
parameters: {}
- type: activeScan
parameters:
context: testfire
user: jsmith
policy:
policyDefinition:
defaultStrength: medium
defaultThreshold: medium
- parameters:
template: "modern"
reportTitle: "ZAP Scanning Report"
reportDescription: ""
name: "report"
type: "report"