this is a small project to make sure if sites you're browsing is safe by Yu-tung Liu and I.
coding using python2.7.
you have to install scapy from http://scapy.readthedocs.io/en/latest/installation.html .
you have to install opencv2 from https://pypi.python.org/pypi/opencv-python also.
this project will show you how unsafe 'http' is, to analyse your internet packet, you have to grab the packet as a pcap file.
run main.py and enjoy this project
peterjohnsonhuang/packet-analysis
this is a small project to make sure if sites you're browsing is safe
Python