Hello guys, i want to know the information received from various packets but a lot of protocols like DNS ARP NBNS etc send their information in encrypted form so i want to know how to decrypt that information. i appreciate all the help i get thanks asked 09 Dec '16, 19:33 beginner in ... |
One Answer:
ARP and NBNS packets aren't encrypted, so there's no decryption to be done. They're not text packets, but that's why programs such as tcpdump, snoop, Sniffer, {Ether,Token,Airo,Omni}Peek, Wireshark, etc. exist - they read the binary packet data and display it in a form more easily understood by humans. answered 09 Dec '16, 20:01 Guy Harris ♦♦ |