45 lines
1.0 KiB
YAML
45 lines
1.0 KiB
YAML
id: salesforce-credentials
|
|
|
|
info:
|
|
name: Salesforce Credentials - Detect
|
|
author: geeknik
|
|
severity: high
|
|
description: Salesforce credentials information was detected.
|
|
reference:
|
|
- https://github.com/daveagp/websheets
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
|
|
cvss-score: 7.5
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 2
|
|
tags: exposure,files,salesforce
|
|
|
|
http:
|
|
- 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
|
|
|
|
# digest: 4a0a00473045022100924e6d2d7ab0eb5eb9c90f6437b2db9abc2b9d42994679d626c5b712ffb93055022031357f44b5c342b1e9ce5a5d78bf5485feb042e2c1c7dd2f5de182f29302b5ab:922c64590222798bb761d5b6d8e72950
|