actions-marketplace-validations/WPScan-action
WPScan a URL
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| url | Target URL to scan | yes | — |
| token | API token for wpscan.com | no | — |
| options | WPScan options | no | --disable-tls-checks |
| webhook | Slack webhook URL | no | — |
| webhookevent | Send webhook on scan event (CSV): vulns,aborted,completed | no | vulns,aborted |
Outputs
| name | description |
|---|---|
| result | JSON scan results |
| resultb64 | JSON scan results encoded in base64 |