Hey everyone :)
This is my first post here.
I am currently working on a project, and I am supposed to get the URL of a website I am browsing using a sniffer (such as wireshark).
So, what I have done is look at the HTTP packets in wireshark, and there the url is displayed and accessable. The problem is
websites that use HTTPS (Secure), and not just HTTP- because the data in the packets is encrypted, I am unable to find the URL (there are no http packets to look at).
I eventually am supposed to write a python script for doing this-meaning that when a user browses different websites, the script will create a txt document with a list of all the websites the user browsed.
I have been trying to figure this out for days, but haven’t managed to do so :\
I would really really appreciate some help :)
Thank you in advance