Hi, I for completely unsuspicious reasons need to sniff out packets on a home network to find a particular website that is being accessed by another device(s). I have a laptop, wireshark and an external usb network adapter. How can I go on about this? How can I configure the network adapter to catch all traffic.
>>108354779Wireshark with filters like tls.handshake.type == 1 and/or dns.Note that tls.handshake.type includes QUIC as well so you have to click on the I think it's called "decrypted QUIC" part. Or just use XKEYSCORE you glownigger.