Files
p3nt4 6dcd75b55b Added embeded payload feature
Added embeded payload feature
2020-07-15 11:24:21 -04:00
..
2017-05-27 14:22:48 +10:00
2017-11-22 10:50:45 +11:00
2020-07-15 11:24:21 -04:00
2016-08-10 15:27:05 +10:00
2017-05-27 14:22:48 +10:00
2017-05-27 14:32:20 +10:00

PowerShdll

Run PowerShell with dlls only. Does not require access to powershell.exe as it uses powershell automation dlls.

dll mode:

Usage:
rundll32 PowerShdll,main <script>
rundll32 PowerShdll,main -f <path>       Run the script passed as argument
rundll32 PowerShdll,main -w      Start an interactive console in a new window
rundll32 PowerShdll,main -i      Start an interactive console in this console

exe mode

Usage:
PowerShdll.exe <script>
PowerShdll.exe -f <path>       Run the script passed as argument
PowerShdll.exe -i      Start an interactive console in this console

Known Issues

Some errors do not seem to show in the output. May be confusing as commands such as Import-Module do not output an error on failure. Make sure you have typed your commands correctly!