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: 490a00463044022043cedfab86493e795f23b26b84883b55045fa50fe9808d6b837cebc09df80d7302206783a0a6b6a1ce8c9524d1b468866fdefd4c539d669b73b2388807e9ffcb568d:922c64590222798bb761d5b6d8e72950 |