Rapid7 Vulnerability & Exploit Database

FrontPage .pwd File Credential Dump

Back to Search

FrontPage .pwd File Credential Dump

Created
03/19/2019

Description

This module downloads and parses the '_vti_pvt/service.pwd', '_vti_pvt/administrators.pwd', and '_vti_pvt/authors.pwd' files on a FrontPage server to find credentials.

Author(s)

  • Aditya K Sood <Aditya K Sood @adityaksood>
  • Stephen Haywood <Stephen Haywood @averagesecguy>

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

;