An open API service indexing awesome lists of open source software.

https://github.com/divonisimon97/extracting-login-credentials-from-http-traffic

Inspecting and capturing unencrypted web traffic, then looking for login credentials sent in plain text.
https://github.com/divonisimon97/extracting-login-credentials-from-http-traffic

extracting-data http

Last synced: 4 months ago
JSON representation

Inspecting and capturing unencrypted web traffic, then looking for login credentials sent in plain text.

Awesome Lists containing this project

README

          

#

Extracting Login Credentials from HTTP Traffic

Description


In this project, I use Wireshark to capture and inspect unencrypted HTTP traffic, focusing on how sensitive data, such as login credentials, can be exposed when transmitted over non-HTTPS connections.

Languages and Utilities Used

- Wireshark (4.4.3)
- Test HTTP Website (http://testphp.vulnweb.com/login.php)

Environments Used

- Windows 11 (24H2)
- PfSense (Version 2.7.2)

Program walk-through:


Launch Wireshark:

Analyzing HTTP Traffic




Capture Traffic:

Analyzing HTTP Traffic




Launch the Website & Enter Login Info:

Analyzing HTTP Traffic




Filter and Inspect HTTP Traffic:

Analyzing HTTP Traffic




Locate HTTP POST request:

Analyzing HTTP Traffic




Open HTML Form URL Encoded & Extract Login Credentials:

Analyzing HTTP Traffic