nuclei-templates/exposed-panels/httpbin-panel.yaml

27 lines
464 B
YAML

id: httpbin-panel
info:
name: HTTPBin Panel Detect
author: Adam Crosser
severity: info
reference:
- https://github.com/postmanlabs/httpbin
metadata:
shodan-query: http.title:"httpbin.org"
tags: panel,httpbin,oss
requests:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
words:
- '<title>httpbin.org</title>'
- type: status
status:
- 200