Skip to content

Uses netstat and tasklist to ouput a summary of binaries connected to your machine.

Notifications You must be signed in to change notification settings

ColdView/netstat-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

netstat-parser

Uses netstat to grab the process ID's of listening and established connections. Then checks them against the PID's output by a task list. Where there's a match the task name and PID are output to stdout.

Essentially automates the process of running netstat then cross-referencing PID's with Task Managers' Details tab. Useful to see at a glance if there are any suspicious programs connected.

About

Uses netstat and tasklist to ouput a summary of binaries connected to your machine.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages