keraattin / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Python 100.0%