XTLS / RealiTLScanner

A TLS server scanner for Reality
Mozilla Public License 2.0
1.58k stars 128 forks source link

Add options to measure TLS-server reliability (latency, speed, losses, etc) #22

Open PROger4ever opened 4 days ago

PROger4ever commented 4 days ago

Problem

When you scan TLS-servers, we have to take the TLS-server reliability/stability into account (latency, speed, losses, etc). We can test it manually with tools like ping/curl and so on. But it makes the process much harder (we have to associate domains with their ip-addresses, write scripts...).

Proposal

Let's add options like -test-ping, -test-speed, -test-repeats and calculate min/avg/max/mdev of the repeats. Also we can add options to set bounds/limits of these test results to change feasible status according to them.