Skip to content

LoranKloeze/HowMuchTLS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HowMuchTLS

Simple program to check the amount of port 80 traffic compared to port 443 traffic.

alt text

Installation/usage

Tested on Windows 10 x64.

  1. Install WinPcap if it's not installed yet
  2. You may have to install the Visual C++ Redistributable for VS 2017
  3. Download dist/HowMuchTLSx64.zip
  4. Unzip the file from step 2 and start HowMuchTLS.exe
  5. Visit some TLS-encrypted and unencrypted websites, the pie slices should reflect those visists

How it works

It's kind of simple and stupid. Libpcap is used to filter out traffic going to port 80 and port 443. Qt is then used to create a piechart that shows the relative amount of secure traffic compared to unsecure traffic. Port 80 can be used for secured traffic while 443 can be used for unsecured traffic. So there is no 100% guarantee that the traffic to those ports is really secure/unsecure. There's no inspection of the traffic itself.

Development

HowMuchTLS is developed in Visual Studio 2017. The program depends on Qt >= 5.9 and WinPcap >= 4.1.3.

About

Simple program to check the amount of port 80 traffic compared to port 443 traffic

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages