Identifies Wi-Fi connection credentials on the target
For each system output is stored in $pwd\PME\PME\Wi-Fi\
- MSSQL
- SMB
- SessionHunter (WMI)
- WMI
- WinRM
Parameter | Value | Description |
---|---|---|
-ShowOutput | N/A | Displays each target output to the console |
-SuccessOnly | N/A | Display only successful results |
{% code overflow="wrap" %}
# Standard execution
PsMapExec -Username [User] -Password [Pass] -targets [All] -Module WiFi -Method [Method] -ShowOutput
{% endcode %}