Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.39 KB

File metadata and controls

26 lines (14 loc) · 1.39 KB

IPMI

IPMI is now supported. This method will attempt to dump hashes to vulnerable IPMI servers. By default, a built in user list is used unless specified in which case a user list can be queried from the domain

Successful hash output is written to $PWD\PME\IPMI

Optional Parameters

ParameterValueDescription
-DomainDomainTarget domain to grab targets or a user list from
-SuccessOnlyN/AShows only successful attempts to console
-OptionIPMI:DomainUsersUses domain users as a user list against IPMI targets
-OptionIPMI:adminSpecify a single username to try against IPMI targets

Standard targeting user the built in user list

PsMapExec -Targets [Targets] -Method IPMI

Using a list of domain users as a user list, targeting all domain joined systems

PsMapExec -Targets All -Method IPMI -Option IPMI:DomainUsers