Rapid7 Vulnerability & Exploit Database

ESC8 Relay: SMB to HTTP(S)

Back to Search

ESC8 Relay: SMB to HTTP(S)

Created
11/06/2024

Description

This module creates an SMB server and then relays the credentials passed to it to an HTTP server to gain an authenticated connection. Once that connection is established, the module makes an authenticated request for a certificate based on a given template.

Author(s)

  • bwatters-r7
  • jhicks-r7
  • Spencer McIntyre

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/server/relay/esc8
msf auxiliary(esc8) > show actions
    ...actions...
msf auxiliary(esc8) > set ACTION < action-name >
msf auxiliary(esc8) > show options
    ...show and set options...
msf auxiliary(esc8) > 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

;