Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 756 Bytes

File metadata and controls

26 lines (18 loc) · 756 Bytes

Wi-Fi

Identifies Wi-Fi connection credentials on the target

For each system output is stored in $pwd\PME\PME\Wi-Fi\

Supported Methods

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

Optional Parameters

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

Usage

{% code overflow="wrap" %}

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

{% endcode %}