Create guard-config.yaml

patch-1
Dhiyaneshwaran 2022-10-10 16:05:52 +05:30 committed by GitHub
parent a1fd989b5b
commit 8036dc99a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: guard-config
info:
name: Guardfile Configuration Exposure
author: DhiyaneshDK
severity: low
metadata:
verified: true
shodan-query: html:"Guardfile"
reference:
- https://github.com/guard/guard
- https://github.com/maurosoria/dirsearch/blob/master/db/dicc.txt
tags: exposure,file,guard,config
requests:
- method: GET
path:
- '{{BaseURL}}/Guardfile'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'guard'
- 'end'
condition: and
- type: status
status:
- 200