Merge pull request #6368 from projectdiscovery/websheets-config

Create websheets-config.yaml
patch-1
Ritik Chaddha 2022-12-16 08:25:13 +05:30 committed by GitHub
commit f96a56f518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: websheets-config
info:
name: Websheets Config File Exposure
author: geeknik
severity: low
reference:
- https://github.com/daveagp/websheets
metadata:
verified: true
tags: websheets,config,exposure,files
requests:
- method: GET
path:
- '{{BaseURL}}/ws-config.json'
- '{{BaseURL}}/ws-config.example.json'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- '"db-password":'
- '"db-database":'
condition: and
- type: status
status:
- 200