PowerLessShell
- Thiru T
- Dec 23, 2024
- 1 min read
Tool that uses MSBuild.exe to remotely execute PowerShell scripts and commands without spawning powershell.exe.
Install:
git clone https://github.com/Mr-Un1k0d3r/PowerLessShell
cd PowerLessShell
Usage:
# Help
python PowerLessShell.py -h
# Generate PowerShell payload
python PowerLessShell.py -type powershell -source script.ps1 -output malicious.csproj
# Generating a shellcode payload
python PowerLessShell.py -source shellcode.raw -output malicious.csproj
Full usage information can be found here.

Comments