Salesforce Lightning - API Detection
ID: salesforce-aura
Severity: info
Author: aaron_costello (@ConspiracyProof),Ph33rr
Tags: aura,unauth,salesforce,exposure,misconfig
Description
Section titled “Description”A Salesforce Lightning aura API was detected.
YAML Source
Section titled “YAML Source”id: salesforce-aura
info: name: Salesforce Lightning - API Detection author: aaron_costello (@ConspiracyProof),Ph33rr severity: info description: A Salesforce Lightning aura API was detected. reference: - https://www.enumerated.de/index/salesforce - https://github.com/Ph33rr/cirrusgo (test endpoint) classification: cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N cvss-score: 0 cwe-id: CWE-200 metadata: max-request: 5 tags: aura,unauth,salesforce,exposure,misconfig
http: - method: POST path: - "{{BaseURL}}/aura" - "{{BaseURL}}/s/sfsites/aura" - "{{BaseURL}}/sfsites/aura" - "{{BaseURL}}/s/aura" - "{{BaseURL}}/s/fact"
body: "{}" matchers: - type: word part: body words: - 'aura:invalidSession'# digest: 4b0a00483046022100bf1033d92aa2c6f722b4e5453d9ad5c1e901c7698c8c701cc938b1fe764193bd022100819a9d9d420233be69cd51b4149eb71fd52d3dc77e14c2a357d4961148b3d0f6:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.
$ nuclei -u "URL" -t "http/misconfiguration/salesforce-aura.yaml"