Closed hookzof closed 5 years ago
This command gives me the following:
# netstat -anp | grep :443 | grep ESTAB | wc -l
10
despite the fact that only six devices connect to my proxy (four of them are one account)
I forgot to note that the proxy is public.
I forgot to note that the proxy is public.
this is noticeable based on the number of connections)
Using the command
netstat -anp | grep :443 | grep ESTAB | wc -l
you can see that the established connections grow even at night, which should not happen. There are suggestions that this may be due to the peculiarities of DPI of different countries.Measurements are taken every 3 hours.
Only Fake TLS is used.