nuclei-templates/http/exposures/files/github-page-config.yaml

29 lines
495 B
YAML

id: github-page-config
info:
name: Github pages config file
author: hahwul
severity: info
description: Find github pages config file.
metadata:
max-request: 1
tags: github,exposure,config,files
http:
- method: GET
path:
- "{{BaseURL}}/_config.yml"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "jekyll"
- "title"
- "baseurl"
condition: and