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

34 lines
674 B
YAML

id: httpbin-panel
info:
name: HTTPBin Login Panel - Detect
author: Adam Crosser
severity: info
description: HTTPBin login panel was detected.
reference:
- https://github.com/postmanlabs/httpbin
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
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
# Enhanced by md on 2022/11/18