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

26 lines
454 B
YAML
Raw Normal View History

2021-07-30 12:31:05 +00:00
id: github-page-config
info:
name: Github pages config file
author: hahwul
severity: info
description: Find github pages config file.
2021-07-30 12:42:12 +00:00
tags: github,exposure
2021-07-30 12:31:05 +00:00
requests:
- method: GET
path:
- "{{BaseURL}}/_config.yml"
matchers-condition: and
matchers:
- type: status
status:
- 200
- type: word
words:
- "jekyll"
- "title"
- "baseurl"
2021-07-30 12:43:32 +00:00
condition: and