Skip to content

bva2poor/pinger

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pinger

Pinger is a tool to ping the ip addresses in files such as excel or csv to show if the hosts are turned on.

How to Get

git clone https://github.com/keraattin/pinger.git

How to Run

python3 pinger.py -f [file_name] 

or

./pinger.py -f [file_name]

output

Parameters

Short Long Description Default Value
-h --help Show this help message and exit
-f FILENAME --filename FILENAME Name of file
-s SHEET --sheet SHEET Sheet index [default = 0]
-c COLUMN --column COLUMN Column of ip address [default = 0]
-pc PINGCOUNT --pingcount PINGCOUNT How many times sending ping request [default = 3]

output

Requirements

Requirements
python3
xlrd

Supported File Types

Supported File Types
xlsx
xls
csv

About

Pinger is a tool to ping the ip addresses in files such as excel or csv to show if the hosts are turned on.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%