Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 807 Bytes

File metadata and controls

12 lines (10 loc) · 807 Bytes

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)