Rapid7 Vulnerability & Exploit Database

SAP Management Console List Config Files

Back to Search

SAP Management Console List Config Files

Created
03/19/2019

Description

This module attempts to list the config files through the SAP Management Console SOAP Interface. Returns a list of config files found in the SAP configuration with its absolute paths inside the server filesystem.

Author(s)

  • Chris John Riley
  • Jacobo Avariento Gimeno

Development

Module Options

To display the available options, load the module within the Metasploit console and run the commands 'show options' or 'show advanced':

msf > use auxiliary/scanner/sap/sap_mgmt_con_listconfigfiles
msf auxiliary(sap_mgmt_con_listconfigfiles) > show actions
    ...actions...
msf auxiliary(sap_mgmt_con_listconfigfiles) > set ACTION < action-name >
msf auxiliary(sap_mgmt_con_listconfigfiles) > show options
    ...show and set options...
msf auxiliary(sap_mgmt_con_listconfigfiles) > run 

Time is precious, so I don’t want to do something manually that I can automate. Leveraging the Metasploit Framework when automating any task keeps us from having to re-create the wheel as we can use the existing libraries and focus our efforts where it matters.

– Jim O’Gorman | President, Offensive Security

;