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\
- MSSQL
- SMB
- SessionHunter (WMI)
- WMI
- WinRM
Parameter | Value | Description |
---|---|---|
-ShowOutput | N/A | Displays each targets output to the console |
-SuccessOnly | N/A | Display only successful results |
{% code overflow="wrap" %}
# Standard execution
PsMapExec -Username [User] -Password [Pass] -targets [All] -Module Files -Method [Method] -ShowOutput
{% endcode %}