34 lines
996 B
YAML
34 lines
996 B
YAML
id: salesforce-b2c-commerce-webdav
|
|
|
|
info:
|
|
name: Salesforce B2C Commerce WebDAV - Detection
|
|
author: batutahibnu17
|
|
severity: info
|
|
description: |
|
|
Detects Salesforce B2C Commerce WebDAV by checking for specific patterns in a 404 response.
|
|
reference:
|
|
- https://help.salesforce.com/s/articleView?id=cc.b2c_import_export_transaction_handling_and_feed_size.htm&type=5
|
|
metadata:
|
|
verified: true
|
|
max-request: 1
|
|
shodan-query: html:"/waroot/style.css"
|
|
tags: salesforce,tech,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "/waroot/style.css"
|
|
- "/waroot/system_arrow.gif"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 404
|
|
# digest: 4b0a00483046022100f6ef879f13f3bad3d04b802f939962752b0a039f47a475853d3609407f3798a4022100df34343f6e83300ffb5d918d35e34b97f92fd67f8b2fa7053e267107c72c5102:922c64590222798bb761d5b6d8e72950 |