nuclei-templates/exposed-panels/sap-successfactors-detect.yaml

33 lines
606 B
YAML
Raw Normal View History

2023-01-11 23:16:32 +00:00
id: sap-successfactors-detect
info:
name: SAP SuccessFactors Detect
author: tess
severity: info
metadata:
verified: "true"
2023-01-24 09:58:45 +00:00
shodan-query: title:"Login - SAP SuccessFactors"
2023-01-11 23:16:32 +00:00
tags: sap,detect
requests:
- method: GET
path:
2023-01-17 20:12:22 +00:00
- '{{BaseURL}}'
2023-01-11 23:16:32 +00:00
- '{{BaseURL}}/sf/start'
2023-01-17 20:12:22 +00:00
stop-at-first-match: true
host-redirects: true
max-redirects: 2
2023-01-11 23:16:32 +00:00
matchers-condition: and
matchers:
- type: word
2023-01-13 10:26:18 +00:00
part: body
2023-01-11 23:16:32 +00:00
words:
- 'SAP SuccessFactors'
2023-01-17 20:12:22 +00:00
- 'sap-ui-core'
2023-01-11 23:16:32 +00:00
condition: and
- type: status
status:
- 200