Rapid7 Vulnerability & Exploit Database

ScadaBR Credentials Dumper

Back to Search

ScadaBR Credentials Dumper

Disclosed
05/28/2017
Created
05/30/2018

Description

This module retrieves credentials from ScadaBR, including service credentials and unsalted SHA1 password hashes for all users, by invoking the `EmportDwr.createExportData` DWR method of Mango M2M which is exposed to all authenticated users regardless of privilege level. This module has been tested successfully with ScadaBR versions 1.0 CE and 0.9 on Windows and Ubuntu systems.

Author(s)

  • bcoles <bcoles@gmail.com>

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/admin/http/scadabr_credential_dump
msf auxiliary(scadabr_credential_dump) > show actions
    ...actions...
msf auxiliary(scadabr_credential_dump) > set ACTION < action-name >
msf auxiliary(scadabr_credential_dump) > show options
    ...show and set options...
msf auxiliary(scadabr_credential_dump) > 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

;