Add detection for Salesforce B2C WebDAV
parent
a19f4fcdd9
commit
64f6f17f3a
|
@ -0,0 +1,32 @@
|
|||
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
|
||||
tags: salesforce
|
||||
|
||||
http:
|
||||
- raw:
|
||||
- |
|
||||
GET /on/demandware.servlet/ HTTP/1.1
|
||||
Host: {{Hostname}}
|
||||
User-Agent: Mozilla/5.0
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 404
|
||||
- type: word
|
||||
words:
|
||||
- "/waroot/style.css"
|
||||
part: body
|
||||
- type: word
|
||||
words:
|
||||
- "/waroot/system_arrow.gif"
|
||||
part: body
|
Loading…
Reference in New Issue