Skip to content

williankubo/multimon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multimon

Project to TCP Syn or Ping multiple IPs simultaneously

Requirements:

  • Python 3.6
  • Asyncio

maybe need to install: pip install asyncio

Usage:

python3 multimon.py [host/ip_list_file] [-tt title (optional)] [-rf refresh time (default 5s)] [-to timeout (default 1s)]

e.g.

python3 multitcpmon.py -h # for help
python3 multitcpmon.py host_list.txt
python3 multitcpmon.py host_list.txt -rf 10 -to 2

File Template:

host/ip,port,desc

use port value 0 for Ping

e.g.

microsoft.com,443,Microsoft
192.168.0.1,0,Local_Router

Download:

curl -L  https://raw.githubusercontent.com/williankubo/multimon/refs/heads/main/multimon.py > multimon.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages