Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit cfc3166

Browse files
committed
Added guide on how to use zap vs bodgeit
1 parent ee3f6a5 commit cfc3166

2 files changed

Lines changed: 9 additions & 6 deletions

File tree

docs/user-guide/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,8 @@ You can check out a more detailed API documentation in the Swagger Docs of the s
8181

8282
### In Depth Scan Examples
8383

84-
1. [Scanning modern Single Page Applications like OWASP JuiceShop using arachni](./usage-examples/arachni-juice-shop-example.md)
85-
2. [Scanning Server Rendered Applications like BodgeIt Store using arachni](./usage-examples/arachni-bodgeit-example.md)
84+
The following links contain completes examples and explanations how to set up and start scans against demo application.
85+
86+
1. [Scanning modern Single Page Applications like OWASP JuiceShop using Arachni](./usage-examples/arachni-juice-shop-example.md)
87+
2. [Scanning Server Rendered Applications like BodgeIt Store using Arachni](./usage-examples/arachni-bodgeit-example.md)
88+
3. [Scanning Server Rendered Applications like BodgeIt Store using OWASP ZAP](./usage-examples/zap-bodgeit-example.md)

docs/user-guide/usage-examples/zap-bodgeit-example.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This is a straight forward configuration. Which should finish relativly quickly
2121

2222
`run_scanner.sh --payload payloadFile.json zap`
2323

24-
### Payload
24+
### Test Payload
2525

2626
```json
2727
[
@@ -42,15 +42,15 @@ This scan should finish in about a minute and should return a couple of findings
4242

4343
The following example contains a fully configured ZAP Scan for the BodgeIt Store. The scans uses Form based Authentication to archive a logged in state.
4444

45-
### Start the scan via HTTP API
45+
### Start the full scan via HTTP API
4646

4747
`PUT http://localhost:8080/box/processes/zap-process`
4848

49-
### Start the scan via CLI
49+
### Start the full scan via CLI
5050

5151
`run_scanner.sh --payload payloadFile.json`
5252

53-
### Payload
53+
### Full Payload
5454

5555
```json
5656
[

0 commit comments

Comments
 (0)