Skip to content

Github pages config file

ID: github-page-config

Severity: info

Author: hahwul

Tags: github,exposure,config,files

Find github pages config file.

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: 4a0a0047304502201f68b4cf38dfda81fd942337d476f4b6e816db509614aff2b08310ced1071f4c02210093eec6abff09a777e2eb96a21ba5b9c5bf77d71560c5a6b14f52830215078712:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/exposures/files/github-page-config.yaml"

View on Github