Skip to content

Commit 6f6dbc9

Browse files
authored
Merge pull request #30 from kaakaww/feature/custom-spider-javaspringvulny
postman collection and custom spider for javaspringvulny
2 parents 0727627 + ddefd7c commit 6f6dbc9

File tree

6 files changed

+804
-2
lines changed

6 files changed

+804
-2
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,16 @@ docker run --tty --rm --network host --volume $(pwd):/hawk \
140140
--env APP_ID \
141141
--env AUTH_TOKEN \
142142
stackhawk/hawkscan stackhawk.d/stackhawk.yml stackhawk.d/stackhawk-auth-basic.yml
143-
```
143+
```
144+
145+
### Example Specs
146+
147+
By default HawkScan will run with the `stackhawk.yml` file if it's defined and present, but can instead use named specs such as `hawk scan stackhawk.yml`
148+
149+
`stackhawk-openapi.yml` - scan with OpenAPI configuration
150+
`stackhawk-custom-spider-curl.yml` scan with custom discovery using curl
151+
`stackhawk-custom-spider-newman.yml` scan with custom discovery using newman
152+
`stackhawk-auth-script-form-multi.yml` scripted authentication
153+
`stackhawk-jsv-form-cookie.yml` scan with form authentication and cookie authorization
154+
`stackhawk-jsv-json-token` scan with JSON authentication and token authorization
155+
`stackhawk-ajax.yml` - scan with the ajax spider

0 commit comments

Comments
 (0)