31 lines
692 B
YAML
31 lines
692 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
|
|
|
|
# digest: 4b0a0048304602210095c8eaaa8fa6dee9aaddefa41f5bd4e8a77befc3542f4c4a7c55e6d6c4f38b1e02210086b663c52943f3760fbe092dc3aff3d76df255461ae5d8111afb48f90b4d4861:922c64590222798bb761d5b6d8e72950
|