PINGSPY V-1.0.0 IS A TOOL THAT ALLOWS USERS PING IP-ADRESSES AND GET A RESPONSE. Cloning the repository : gitclone https://github.com/fixitgearware/pingspy-v1.0.0.git Navigate to the Pingspy Tool : cd pingspy-v1.0.0 Using The Help Commands : python3 main.py --help Pinging Single IP Address : python3 main.py --ip target_ip Pinging Multiple IP Addresses : python3 main.py --ip target_ip1,target_ip2,target_ip3 Pinging IP Addresses From A Text File: python3 main.py --file /path_to_file/filename.txt To See Results: cat reachable_ips.txt cat unreachable_ips.txt