nuclei-templates/vulnerabilities/httpbin/httpbin-open-redirect.yaml

28 lines
576 B
YAML

id: httpbin-open-redirect
info:
name: HTTPBin - Open Redirect
author: Adam Crosser
severity: low
reference:
- https://github.com/postmanlabs/httpbin
metadata:
shodan-query:
- html:"https://github.com/requests/httpbin"
- title:"httpbin.org"
tags: redirect,httpbin,oss
requests:
- method: GET
path:
- "{{BaseURL}}/redirect-to?url=https%3A%2F%2Finteract.sh"
matchers-condition: and
matchers:
- type: dsl
dsl:
- 'location == "https://interact.sh"'
- type: status
status:
- 302