Merge pull request #5118 from projectdiscovery/behat-config

Create behat-config.yaml
patch-1
Prince Chaddha 2022-08-16 18:01:16 -07:00 committed by GitHub
commit 1d2e77c259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,32 @@
id: behat-config
info:
name: Behat Configuration File Exposure
author: DhiyaneshDK
severity: low
metadata:
verified: true
shodan-query: html:"behat.yml"
reference: https://docs.behat.org/en/v2.5/guides/7.config.html
tags: exposure,behat,devops,cicd
requests:
- method: GET
path:
- "{{BaseURL}}/behat.yml"
- "{{BaseURL}}/behat.yml.dist"
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'default:'
- 'paths:'
- 'suites:'
condition: and
- type: status
status:
- 200