Files
nuclei-templates/http/misconfiguration/debug/github-debug.yaml
Prince Chaddha e0af666e1c Refactoring the directory structure based on protocols (#7137)
* moving http templates

* updated cves.json

* moved network CVEs

* updated scripts

* updated workflows

* updated requests to http

* replaced network to tcp

---------

Co-authored-by: sandeep <8293321+ehsandeep@users.noreply.github.com>
2023-04-27 09:58:59 +05:30

27 lines
428 B
YAML

id: github-debug
info:
name: GitHub Debug Page
author: ritikchaddha
severity: info
metadata:
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