Skip to content

Run PowerShell with rundll32. Bypass software restrictions.

Notifications You must be signed in to change notification settings

alexandreags/PowerShdll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

#dll mode:

rundll32 PowerShdll.dll,main

#exe mode

powershdll.exe

#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 fail.
Make sure you have typed your commands correctly!

About

Run PowerShell with rundll32. Bypass software restrictions.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 56.7%
  • PowerShell 43.3%