SEC 505.1 (2020) - Securing Windows and powershell automation pt.1
#sans #powershell #course #pentest
#sans #powershell #course #pentest
SEC 505.2 (2020) - Securing Windows and powershell automation pt.2
#sans #powershell #course #pentest
#sans #powershell #course #pentest
SEC 505.3 (2020) - Securing Windows and powershell automation pt.3
#sans #powershell #course #pentest
#sans #powershell #course #pentest
SEC 505.4 (2020) - Securing Windows and powershell automation pt.4
#sans #powershell #course #pentest
#sans #powershell #course #pentest
SEC 505.5 (2020) - Securing Windows and powershell automation pt.5
#sans #powershell #course #pentest
#sans #powershell #course #pentest
SEC 505.6 (2020) - Securing Windows and powershell automation pt.6
#sans #powershell #course #pentest
#sans #powershell #course #pentest
Интересный набор быстрых команд на Powershell, к примеру, обойти UAC или сделать скриншот🤔
https://redteamrecipe.com/powershell-tips-tricks/
#pentest #redteam #powershell
https://redteamrecipe.com/powershell-tips-tricks/
#pentest #redteam #powershell
RedTeamRecipe
Powershell Tips & Tricks
Execution Policy Bypass
powershell -ep bypass
Enumerating System Information
Get-WmiObject -Class Win32_OperatingSystem | Select-Object -Property *
This command retrieves detailed information about the operating system, including version, build, an...
powershell -ep bypass
Enumerating System Information
Get-WmiObject -Class Win32_OperatingSystem | Select-Object -Property *
This command retrieves detailed information about the operating system, including version, build, an...