Wstg Lookup
wstg_lookupFind the next security test to run by querying the OWASP Web Security Testing Guide by test ID, technology stack, free text, or phase. Returns what to check and why.
Instructions
Query the OWASP Web Security Testing Guide for what to test next.
Four ways in, most specific first:
test_id— one test in full ("WSTG-INPV-05")technologies— comma-separated stack from http_probe ("Java,Tomcat,OAuth")query— free text ("session fixation", "file upload")phase— everything in a phase (recon, authentication, input_validation …)
Retrieval, not automation. A WSTG test says what to check and why; whether it applies to this target is a judgement no detector makes for you. Touches nothing and costs no budget.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phase | No | ||
| query | No | ||
| test_id | No | ||
| technologies | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||