Velvet Star Monitor

Standout celebrity highlights with iconic style.

general

Wireshark through vpn

Writer Matthew Martinez
  • I use Wireshark to sniff return traffic on my machine

However, it only gives me the IP address of my VPN.

How do I sniff out the traffic after it has been decrypted on my machine?

My filter is something like:

ip.src == 192.168.1.x
udp.port == xxxx
data.length = x.

I am using OpenVPN and need the returned decrypted information.

Any ideas about what's going on?

18

1 Answer

Short answer: You can't.

At no point is unencrypted data transmitted on your network interfaces.

What you are asking is exactly what VPNs are designed to protect you from.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy