SSH

Connects to the remote system and looks for SSH keys and known hosts within each user folder within .ssh Collected information is automatically parsed and organized where it will be stored in $PWD\PME\SSH\

Supported Methods

  • SMB

  • SessionHunter (WMI)

  • WMI

  • WinRM

Optional Parameters

-NoParse

N/A

Will ommit parsing output from each system.

-ShowOutput

N/A

Displays each targets output to the console

-SuccessOnly

N/A

Display only successful results

Usage Examples

# SMB execution with password authentication, targeting workstations
PsMapExec SMB -Targets "Workstations" -Username [User] -Password [Pass] -Module SSH

# WinRM execution with hash authentication, targeting servers
PsMapExec WinRM -Targets "Servers" -Username [User] -Hash [RC4/AES256/NTLM] -Module SSH

# WMI execution with Kerberos ticket authentication (Username not required)
PsMapExec WMI -Targets "All" -Ticket [doI..] -Module SSH

Last updated

Was this helpful?