____ _ ___ ____ _ __
/ ___| ___| |_|_ _| _ \(_)_ __ / _| ___
| | _ / _ \ __|| || |_) | | '_ \| |_ / _ \
| |_| | __/ |_ | || __/| | | | | _| (_) |
\____|\___|\__|___|_| |_|_| |_|_| \___/
By:R3start
usage: GetIPinfo.py [-h] [-i IP] [-t TIME] [-f FILE] [-o OUT]
optional arguments:
-h, --help show this help message and exit
-i IP, --ip IP IP
-t TIME, --time TIME interval time default 3s
-f FILE, --file FILE IP List
-o OUT, --out OUT Save File
python3 GetIPinfo.py -i 192.168.0.1
python3 GetIPinfo.py -i 192.168.0.1/24
python3 GetIPinfo.py -f ip.txt
-t 每个 IP 连接的时长,默认三秒,网络不好的情况下建议调高
-o 保存文件
每次扫描后都会将结果到当前文件夹,文件名为: 年月日时分秒_scan.log