Cors Audit
cors_auditCheck a URL's CORS policy for origin reflection and trust-boundary bugs via passive GETs with different Origin headers. Flags permissive policies as candidate findings only when Allow-Credentials is true.
Instructions
Check a URL's CORS policy for origin reflection and trust-boundary bugs.
Passive: a handful of GETs with different Origin headers, reading the
Access-Control-Allow-* response headers. Nothing is submitted, nothing
changes state.
A permissive policy is only a vulnerability when the endpoint returns data
worth stealing and Allow-Credentials is true — findings are filed as
candidates, never as confirmed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||