Added salesforce-aura-misconfig

patch-1
bauthard 2020-10-27 23:25:12 +05:30
parent 03108440a9
commit e6a4bd6668
1 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,24 @@
id: salesforce-aura-misconfig
info:
name: Detect the exposure of Salesforce Lightning aura API
author: aaron_costello (@ConspiracyProof)
severity: medium
# Reference:-
# https://www.enumerated.de/index/salesforce
# Severity of this misconfiguration depends of disclosed information.
requests:
- method: POST
path:
- "{{BaseURL}}/aura"
- "{{BaseURL}}/s/sfsites/aura"
- "{{BaseURL}}/sfsites/aura"
body: "{}"
matchers:
- type: word
words:
- 'aura:invalidSession'
part: body