Moving files around + duplicate remove
parent
141cf6a6cf
commit
a85c1dd35a
|
@ -0,0 +1,25 @@
|
|||
id: sap-netweaver-info-leak
|
||||
|
||||
info:
|
||||
name: SAP NetWeaver ICM Info page leak
|
||||
author: randomstr1ng
|
||||
description: Detection of SAP NetWeaver ABAP Webserver /public/info page
|
||||
severity: medium
|
||||
tags: sap,exposure
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/sap/public/info"
|
||||
|
||||
matchers:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "RFC_SYSTEM_INFO.Response"
|
||||
|
||||
extractors:
|
||||
- type: regex
|
||||
part: body
|
||||
regex:
|
||||
- "<RFCDEST>.*</RFCDEST>"
|
|
@ -1,20 +0,0 @@
|
|||
id: sap-netweaver-as-java-detect
|
||||
|
||||
info:
|
||||
name: SAP NetWeaver AS JAVA (LM Configuration Wizard) Detection
|
||||
author: dwisiswant0
|
||||
severity: info
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/CTCWebService/CTCWebServiceBean?wsdl"
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: word
|
||||
words:
|
||||
- "urn:CTCWebServiceSi"
|
||||
part: body
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
|
@ -1,4 +1,4 @@
|
|||
id: sap-nw-detect
|
||||
id: sap-netweaver-detect
|
||||
|
||||
info:
|
||||
name: SAP NetWeaver ICM Detection
|
||||
|
|
|
@ -0,0 +1,23 @@
|
|||
id: sap-nw-webgui
|
||||
|
||||
info:
|
||||
name: SAP NetWeaver WebGUI Detection
|
||||
author: randomstr1ng
|
||||
description: Detection of SAP NetWeaver ABAP Webserver WebGUI
|
||||
severity: info
|
||||
tags: sap,webserver
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/sap/bc/gui/sap/its/webgui"
|
||||
|
||||
redirects: true
|
||||
max-redirects: 2
|
||||
matchers:
|
||||
- type: word
|
||||
part: body
|
||||
words:
|
||||
- "sap-system-login"
|
||||
- "<title>Logon</title>"
|
||||
condition: or
|
|
@ -1,33 +0,0 @@
|
|||
id: sap-recon-detect
|
||||
|
||||
info:
|
||||
name: SAP RECON Finder
|
||||
author: samueladi_ & organiccrap
|
||||
severity: medium
|
||||
tags: tech,sap
|
||||
reference: https://github.com/chipik/SAP_RECON
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/CTCWebService/CTCWebServiceBean?wsdl"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- CTCManagementException
|
||||
- RemoteException
|
||||
- cancelExecution
|
||||
condition: or
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- "text/xml"
|
||||
- "SAP NetWeaver Application Server"
|
||||
part: header
|
||||
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
Loading…
Reference in New Issue