harken
Harken is a Windows Service and .NET HTTP Listener that allows you to run PowerShell commands via HTTP requests.
Install Harken on Windows
- Run PowerShell as an Administrator
git clonethis repository.cd harken- Source the file with
. \harken.ps1 Install-Harken- Visit:
http://localhost:8888/harken?command=get-service winmgmt&format=text - JSON PLZ?:
http://localhost:8888/harken?command=get-service winmgmt&format=json
Uninstall Harken
- Run PowerShell as an Administrator
cd harken- Source the file with
. \harken.ps1 Uninstall-Harken
Made Possible By:
Built With
- powershell
Log in or sign up for Devpost to join the conversation.