PowerShell
MITRE ATT&CK, Execution, Technique T1059.001
Basic Usage
Creating a PowerShell Session
New-PSSession -ComputerName [IP] -Credential [USER]
Enter-PSSession -Session $#Executing Scripts Remotely
Invoke-Command -Session $# -FilePath C:\Users\Parzival\Desktop\Mimikatz.exeEnumeration
Enumerate Installed Versions
(Get-ItemProperty HKLM:\SOFTWARE\Microsoft\PowerShell\*\PowerShellEngin e -Name PowerShellVersion).PowerShellVersionpowershell.exe -Version 2Offensive PowerShell
Bypassing Execution Policy
Bypassing Real-time Monitoring
Meterpreter Shell
Last updated