Create scrutinizer-config.yaml

patch-1
Dhiyaneshwaran 2022-10-10 15:21:37 +05:30 committed by GitHub
parent a1fd989b5b
commit 3f6e0edd7e
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: scrutinizer-config
info:
name: Scrutinizer Config File Exposure
author: DhiyaneshDK
severity: low
metadata:
verified: true
shodan-query: html:"scrutinizer.yml"
reference:
- https://scrutinizer-ci.com/docs/configuration
tags: exposure,scrutinizer,config
requests:
- method: GET
path:
- '{{BaseURL}}/.scrutinizer.yml'
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'build:'
- 'filter:'
- 'tools:'
condition: and
- type: status
status:
- 200