FConnch helps you perform fast and bulk connection checks. Easily check a large list of domains in seconds.
Installation
git clone https://github.com/signorrayan/FConnch.git && cd FConnch python3 -m venv venv && source venv/bin/activate python3 -m pip install -r requirements.txt
Example
$ python3 -m fconnch -h options: -h, --help show this help message -u URLs [URLs ...], --urls URLs [URLs ...] Enter one or more website URLs (separated by space) . -f FILE, --input-file FILE Read URLs from a file. -a, --asynchronous Run the connectivity check asynchronously -v, --verbose Shows if any error exists related to the dns resolve -n, --no-color Output without color $ python3 -m fconnch -a -v -f domain_list .txt $ python3 -m fconnch -a -n -u site1.com site2.org site3.net # Slow check: $ python3 -m fconnch -u site1.com site2.org site3.net
His page FConnch project on GitHub