mirror of
https://github.com/projectdiscovery/nuclei-templates.git
synced 2026-01-31 15:53:33 +08:00
32 lines
749 B
YAML
32 lines
749 B
YAML
id: github-debug
|
|
|
|
info:
|
|
name: GitHub Debug Page
|
|
author: ritikchaddha
|
|
severity: info
|
|
classification:
|
|
cpe: cpe:2.3:a:github:github:*:*:*:*:*:*:*:*
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
vendor: github
|
|
product: github
|
|
shodan-query: http.title:"GitHub Debug"
|
|
tags: misconfig,github,debug,vuln
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "GitHub Debug"
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
# digest: 490a0046304402204f634aa197cb9c88f6d62c2704f8a5d71b032d114d1610c75940d3f074b56f990220509e4bdd4f45eaeaa4510e340979a2642c38baa8fb4f09956a4bc98c5211487a:922c64590222798bb761d5b6d8e72950 |