27 lines
468 B
YAML
27 lines
468 B
YAML
id: github-page-config
|
|
|
|
info:
|
|
name: Github pages config file
|
|
author: hahwul
|
|
severity: info
|
|
description: Find github pages config file.
|
|
tags: github,exposure,config,files
|
|
|
|
requests:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}/_config.yml"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: word
|
|
words:
|
|
- "jekyll"
|
|
- "title"
|
|
- "baseurl"
|
|
condition: and
|