Το FConnch σας βοηθάει να πραγματοποιείτε γρήγορους και μαζικούς ελέγχους συνδέσεων. Ελέγξτε εύκολα μια μεγάλη λίστα domain σε δευτερόλεπτα.
Εγκατάσταση
Δες περισσότερα άρθρα του iGuRu.gr όταν αναζητάς ειδήσεις στην Google.
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
Παράδειγμα
$ python3 -m fconnch -h
options:
-h, --help show this help message
-u URLs [URLs ...], --urls URLs [URLs ...]
Enter one or more website URLs (seperated 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
Σελίδα του FConnch project στο GitHub
Ο Γιώργος ακόμα αναρωτιέται τι κάνει εδώ….


