Update and rename Salesforce_B2C_WebDAV to salesforce-b2c-commerce-webdav.yaml
parent
64f6f17f3a
commit
6a3802eea8
|
@ -1,14 +1,18 @@
|
|||
id: salesforce-b2c-commerce-webdav
|
||||
|
||||
info:
|
||||
name: Salesforce B2C Commerce WebDAV Detection
|
||||
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
|
||||
metadata:
|
||||
verified: true
|
||||
max-request: 1
|
||||
shodan-query: html:"/waroot/style.css"
|
||||
tags: salesforce,tech,detect
|
||||
|
||||
http:
|
||||
- raw:
|
||||
|
@ -19,14 +23,13 @@ http:
|
|||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "/waroot/style.css"
|
||||
- "/waroot/system_arrow.gif"
|
||||
condition: and
|
||||
|
||||
- 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