Skip to content

Harken is a .NET HTTP Listener that allows you to run PowerShell commands via HTTP requests.

License

Notifications You must be signed in to change notification settings

alexinslc/harken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

haloharken

Harken is a Windows Service and .NET HTTP Listener that allows you to run PowerShell commands via HTTP requests.

Install Harken on Windows

  1. Run PowerShell as an Administrator
  2. git clone this repository.
  3. cd harken
  4. Source the file with . \harken.ps1
  5. Install-Harken
  6. Visit: http://localhost:8888/harken?command=get-service winmgmt&format=text
  7. JSON PLZ?: http://localhost:8888/harken?command=get-service winmgmt&format=json

Uninstall Harken

  1. Run PowerShell as an Administrator
  2. cd harken
  3. Source the file with . \harken.ps1
  4. Uninstall-Harken

Made Possible By:

About

Harken is a .NET HTTP Listener that allows you to run PowerShell commands via HTTP requests.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published