Create github-debug.yaml
parent
59a63264da
commit
f64066bd78
|
@ -0,0 +1,26 @@
|
|||
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
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- '{{BaseURL}}'
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "GitHub Debug"
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue