Rapid7 Vulnerability & Exploit Database

SMB File Delete Utility

Back to Search

SMB File Delete Utility

Created
05/30/2018

Description

This module deletes a file from a target share and path. The usual reason to use this module is to work around limitations in an existing SMB client that may not be able to take advantage of pass-the-hash style authentication.

Author(s)

  • mubix <mubix@hak5.org>

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

;