Skip to content

CSSDePaul/NetMon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

netMon

netMon is a tool developed in Python 2.7 that monitors the IPv4 addresses and ports that your Windows machine is connecting to.

####Demo netMon demo

####Explanation

  • INBOUND Window: Contains IPv4 addresses sending messages to your Windows machine and the port used on the receiving end (Local Port).
  • OUTBOUND Window: Contains IPv4 addresses your Windows machine is sending messages to and the port used on the receiving end (Remote Port).
  • Format: IP Address <Total Sent/Received Count> Port <Sent/Received Count> Port <Sent/Received Count> Port <Sent/Received Count> . . .
  • Red Text: Signifies a change.
  • Reset Button: Clears both INBOUND/OUTBOUND windows.

####Quick Start

  1. Execute netMon.exe as Administrator
  2. Enter the IP address of your Windows machine
  3. Click "Next"
  4. Now start monitoring

Releases

No releases published

Packages

No packages published

Languages