Skip to content

netstat-like functionality with ability to sort, make process tree etc

License

Notifications You must be signed in to change notification settings

autokludge/pyNetstat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyNetstat

pyNetstat is a netstat like program using the iphelper api and the process api to view connections and to disconnect

Files

  • openPorts.py -- Based on Recipe 392572 by Zeb Bowden, wrapping the IP helper API to aquire the current open connections and udp bindings.
  • pidnames.py -- Wrapper for the Process API (psapi) to get process names from process ids (pid). based on this msdn sample and Recipe 305279
  • pynetstat.py -- currently dumps open connections to cli, in future gui with connection management and different views (sorting, expandable tree)

About

netstat-like functionality with ability to sort, make process tree etc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages