11-10-2023 04:32 AM
Hi Guys
Can wireshark monitor/sees/detects encrypted traffic, how does this wireshark look like?
thanks
11-10-2023 05:04 AM - edited 11-10-2023 05:05 AM
Hello Ibrahim,
Yes, some cases...... you can monitor/see encrypted traffic....
Please go through the following link....to know the details:
https://unit42.paloaltonetworks.com/wireshark-tutorial-decrypting-https-traffic/
Best regards
******* If This Helps, Please Rate *******
11-10-2023 06:46 AM
Generally speaking, we cannot decrypt a pcap as a "man in the middle".
If you have captured from the client in question and have the key log from a client (or the private key from a server - very unusual but possible if you own the server), you MAY be able to decrypt https traffic but this is a very rare use case.
For some lightly protected protocols like RADIUS or TACACS+ which use shared secret text strings you can decrypt by entering the shared secret key in Wireshark.
11-10-2023 06:51 AM
Yes you can see packet but the data inside the packet you can not
what you need is only use filter and filter packet with UDP 4500/500/50
that it.
Thanks A Lot
MHM
11-10-2023 07:04 AM - edited 11-10-2023 07:04 AM
Hello @Ibrahim Jamil,
Wireshark can only show you the encrypted data, not the decrypted content. This is because encryption is designed to secure data in transit and make it unreadable to anyone without the proper decryption keys.
When you capture encrypted traffic with Wireshark, you will see the encrypted payload, but you won't be able to understand the actual content of the data. The details of the encrypted data will look like random characters.
If you want to inspect the contents of encrypted traffic, you would need to have access to the encryption keys as shown @Blue_Bird 's link or use methods like Man-in-the-Middle attacks...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide