Tools that run commands under Windows
DLL that runs any cmd command that is placed inside file
Runs PowerShell using System.Management.Automation DLL
- bypasses constrained language mode
- bypasses execution policies
- bypasses PowerShell app blocking
Creates a service that runs any commands located inside the following file:
C:\ProgramData\input-file.txt
After execution the file will be emptied. New commands are run after a 5-minute interval.