Harken is a Windows Service and .NET HTTP Listener that allows you to run PowerShell commands via HTTP requests.
- Run PowerShell as an Administrator
git clone
this 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
- Run PowerShell as an Administrator
cd harken
- Source the file with
. \harken.ps1
Uninstall-Harken