check host
v1.2
Check-Host เป็นยูทิลิตี้สำหรับการตรวจสอบเว็บไซต์และตรวจสอบความพร้อมใช้งานของโฮสต์บันทึก DNS และที่อยู่ IP สร้างขึ้นตาม API: https://check-host.net/about/api
__ __ __ __
____/ / ___ ____/ /______/ / ___ ___ / /_
/ __/ _ / -_) __/ '_/___/ _ / _ (_-</ __/
__/_//_/__/__/_/_ /_//_/___/___/__/ v1.2 / https://github.com/diasnull
ــــــــﮩ٨ـﮩﮩ٨ـﮩ٨ـﮩﮩ٨ــــ
iplook: website location search
usage:
| python3 check-host.py --iplook -t <target>
examples:
| python3 check-host.py --iplook -t 1.1.1.1
| python3 check-host.py --iplook -t example.com
only for domain, IP address!
ping: testing the integrity and quality of connections
usage:
| python3 check-host.py --ping -t <target>
examples:
| python3 check-host.py --ping -t 1.1.1.1
| python3 check-host.py --ping -t http://example.com
| python3 check-host.py --ping -t https://example.com
| python3 check-host.py --ping -t example.com
http: testing website availability and performance
usage:
| python3 check-host.py --http -t <target>:<port> <-- automatically port 80
examples:
| python3 check-host.py --http -t https://1.1.1.1:443
| python3 check-host.py --http -t http://example.com
| python3 check-host.py --http -t https://example.com
| python3 check-host.py --http -t example.com:80
tcp: testing TCP connection
usage:
| python3 check-host.py --tcp -t <target>:<port> <-- automatically port 80
examples:
| python3 check-host.py --tcp -t 1.1.1.1:53
| python3 check-host.py --tcp -t http://example.com
| python3 check-host.py --tcp -t ssmtp://smtp.gmail.com
udp: testing UDP connection
usage:
| python3 check-host.py --udp -t <target>:<port> <-- automatically port 80
examples:
| python3 check-host.py --udp -t 1.1.1.1:53
| python3 check-host.py --udp -t http://example.com
| python3 check-host.py --udp -t example.com:4444
dns: website domain monitoring
usage:
| python3 check-host.py --dns -t <target>
examples:
| python3 check-host.py --dns -t 1.1.1.1
| python3 check-host.py --dns -t http://example.com
| python3 check-host.py --dns -t https://example.com
| python3 check-host.py --dns -t example.com
iPlook: การค้นหาตำแหน่งเว็บไซต์ที่อยู่ IP
Ping: การทดสอบความสมบูรณ์และคุณภาพของการเชื่อมต่อ
HTTP: การทดสอบความพร้อมใช้งานของเว็บไซต์และประสิทธิภาพ
TCP: การทดสอบการเชื่อมต่อ TCP
UDP: การทดสอบการเชื่อมต่อ UDP
DNS: การตรวจสอบโดเมนเว็บไซต์
pip3 install requests
pip3 install prettytable
git clone https://github.com/diasnull/check-host.git
cd check-host/
python3 check-host.py -h