sockets

Check Connectivity

A python script to check if you can connect to certain host and port.

Ratan Kulshreshtha published on
2 min, 350 words

You can use the script below to check if you can connect to certain host and port from a list of urls in a CSV file and capture that result in the CSV file.

Read More