nuclei-templates/http/misconfiguration/debug/github-debug.yaml

28 lines
447 B
YAML

id: github-debug
info:
name: GitHub Debug Page
author: ritikchaddha
severity: info
metadata:
max-request: 1
verified: true
shodan-query: http.title:"GitHub Debug"
tags: misconfig,github,debug
http:
- method: GET
path:
- '{{BaseURL}}'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "GitHub Debug"
- type: status
status:
- 200