the time in second, when the script considered that port is closed
list of tuple object. It contains the hostname and ip address.
IP_LIST = [
#('hostname', A.B.C.D)
('exemple.com', 8.8.8.8),
('exemple.com', 8.8.4.4),
# ...,
]
list of tuple object. It contains the min and max of port range
RAGE_PORT = [
#(20, 25)
(80, 444),
# ...,
]
It the filename of result scan. The file has prefixed by the date YMD-{{OUTPUT_FILE}}.txt
./ping_p > err.txt
err.txt contains every script errors