Capturing a Clear Text Password with Wireshark
In this post, I will demonstrate analyzing packets with Wireshark to capture a password in clear text. Before Wireshark can be used, we need to capture some packets with the ‘Tcpdump’ command and write them to a .pcap file: Theā¦