Pinger is a tool to ping the ip addresses in files such as excel or csv to show if the hosts are turned on.
git clone https://github.com/keraattin/pinger.git
python3 pinger.py -f [file_name]
or
./pinger.py -f [file_name]
| 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] |
| Requirements |
|---|
| python3 |
| xlrd |
| Supported File Types |
|---|
| xlsx |
| xls |
| csv |

