mirror of https://github.com/OWASP/Nettacker.git
41 lines
854 B
YAML
41 lines
854 B
YAML
info:
|
|
name: http_options_enabled_vuln
|
|
author: OWASP Nettacker Team
|
|
severity: 3
|
|
description:
|
|
reference:
|
|
profiles:
|
|
- vuln
|
|
- http
|
|
- low_severity
|
|
|
|
payloads:
|
|
- library: http
|
|
steps:
|
|
- method: options
|
|
timeout: 3
|
|
headers:
|
|
User-Agent: "{user_agent}"
|
|
allow_redirects: false
|
|
ssl: false
|
|
url:
|
|
nettacker_fuzzer:
|
|
input_format: "{{schema}}://{target}:{{ports}}/"
|
|
prefix: ""
|
|
suffix: ""
|
|
interceptors:
|
|
data:
|
|
schema:
|
|
- "http"
|
|
- "https"
|
|
ports:
|
|
- 80
|
|
- 443
|
|
response:
|
|
condition_type: or
|
|
conditions:
|
|
headers:
|
|
allow:
|
|
regex: "\\S+"
|
|
reverse: false
|