⚡ Add SAP NetWeaver AS JAVA detection
parent
d31ce1f937
commit
6c7c64342c
|
@ -0,0 +1,20 @@
|
|||
id: sap-netweaver-as-java-detect
|
||||
|
||||
info:
|
||||
name: SAP NetWeaver AS JAVA (LM Configuration Wizard) Detection
|
||||
author: dwisiswant0
|
||||
severity: informative
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/CTCWebService/CTCWebServiceBean?wsdl"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "urn:CTCWebServiceSi"
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue