Skip to content

Live HTTP Traffic Analysis & Cleartext Vulnerability Assessment using Wireshark

Notifications You must be signed in to change notification settings

Ebunoluwa-D/Cybersecurity-Packet-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

10 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ•ต๏ธ Live Network Security Audit: HTTP Analysis

๐Ÿ“Œ Project Overview

This project demonstrates the security risks associated with unencrypted web traffic on a mobile hotspot environment. I captured live traffic from my host machine to analyze how data is transmitted across the network.

๐Ÿ› ๏ธ Technical Breakdown

  • Network Interface: Wi-Fi (Mobile Hotspot)
  • Host IP: 192.168.77.225
  • Target: neverssl.com (34.223.124.45)

๐Ÿ” Key Findings

  1. Cleartext Exposure: By following the TCP Stream, I reconstructed the full HTTP request. All headers, including User-Agent and Host, were visible in plain text.
  2. Compression vs Encryption: The capture revealed Content-Encoding: gzip. This confirms the data was compressed for speed but lacked TLS encryption, making it vulnerable to interception.

find the wireshark file and screenshots above thanks

About

Live HTTP Traffic Analysis & Cleartext Vulnerability Assessment using Wireshark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published