Github pages config file
ID: github-page-config
Severity: info
Author: hahwul
Tags: github,exposure,config,files
Description
Section titled “Description”Find github pages config file.
YAML Source
Section titled “YAML Source”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:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposures/files/github-page-config.yaml"