Skip to content

kennethsoh/PktmonService

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PktmonService

Windows Background Service to Capture Network Traffic using Pktmon

Create new service

dotnet new worker -n PktmonService

Copy and replace

  • Worker.cs
  • Program.cs
  • PktmonService.csproj

Publish the project

dotnet publish -c Release -r win-x64 --self-contained

Create new service

sc create PktmonService binpath= "path/to/service/PktmonService.exe" start= auto

Start / Query / Stop service

sc start PktmonService

sc query PktmonService

sc stop PktmonService

About

Windows Background Service to Capture Network Traffic using Pktmon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages