Merge pull request #6369 from projectdiscovery/salesforce-credentials

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

View File

@ -0,0 +1,34 @@
id: salesforce-credentials
info:
name: Salesforce Credentials Disclosure
author: geeknik
severity: unknown
reference:
- https://github.com/daveagp/websheets
tags: exposure,files,salesforce
requests:
- method: GET
path:
- '{{BaseURL}}/js/salesforce.js'
- '{{BaseURL}}/salesforce.js'
stop-at-first-match: true
matchers-condition: and
matchers:
- type: word
words:
- 'jsforce.Connection'
- 'conn.login'
- 'conn.query'
condition: and
- type: word
part: header
words:
- "text/plain"
- type: status
status:
- 200