LAB EXPERIMENT_4
LAB EXPERIMENT_4
PASSWORD SNIFFING
Password Sniffing
Password sniffing in cybersecurity refers to the malicious practice of intercepting and
capturing passwords as they are transmitted over a network. This technique typically exploits
unencrypted or weakly encrypted communication channels, allowing an attacker to obtain
sensitive credentials without the user's knowledge.
Key Points About Password Sniffing:
1. Methods of Sniffing:
Packet Sniffers: Tools like Wireshark or tcpdump can capture and analyze network traffic to
extract passwords.
Man-in-the-Middle (MitM) Attacks: An attacker positions themselves between the user and
the server to intercept communication.
Network Taps: Physical devices or software solutions that intercept data traveling over
network cables.
2. Targeted Protocols:
Password sniffing can lead to severe security breaches, including unauthorized access to
sensitive accounts and data. Therefore, employing robust encryption and network security
practices is crucial to protecting against such threats.
Exercise
1. Write Defense Mechanisms.
2. Capture and analyze the usernames and passwords from packets sent using the HTTP
protocol in Wireshark.
3. Capture and analyze the usernames and passwords from packets sent using the TELNET
protocol in Wireshark.
4. Capture and analyze the usernames and passwords from packets sent using the FTP
protocol in Wireshark.