Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.07 KB

File metadata and controls

32 lines (21 loc) · 1.07 KB

Files

Description

The Files module will enumerate non-default files within the home and primary directories for each accessible user on the remote system.

This can be used to help identify interesting files on each system for which may contain sensitive or credentialed information.

For each system output is stored in $pwd\PME\PME\User Files\

Supported Methods

  • MSSQL
  • SMB
  • SessionHunter (WMI)
  • WMI
  • WinRM

Optional Parameters

ParameterValueDescription
-ShowOutputN/ADisplays each targets output to the console
-SuccessOnlyN/ADisplay only successful results

Usage

{% code overflow="wrap" %}

# Standard execution
PsMapExec -Username [User] -Password [Pass] -targets [All] -Module Files -Method [Method] -ShowOutput

{% endcode %}