PowerShell alternative/restriction bypass
Allow the usage of PowerShell scripts/commands/cmdlets even if it's in the application blacklist
- Download PowerSnail.exe
- Run PowerSnail.exe
- Type in the commands/cmdlets you want to run
- Follow step 1-2 in "How to use?"
- Dot source the script (*.ps1)
- Do the magic
Example...
Scenario: I want to run Invoke-AllChecks (PowerUp.ps1 kit) in the target system. Unfortunately, the system does not allow PowerShell and Command Prompt. After digging through my tools pouch, I found PowerSnail! It should be able to help me bypass the restrictions >:D
Command: . C:\Users\owl\Desktop\Exploit_Testing\PowerUp.ps1; Invoke-AllChecks
Output should look like this...
Feel free to use it for any engagement or exercises