{"id":26220478,"url":"https://github.com/divonisimon97/extracting-login-credentials-from-http-traffic","last_synced_at":"2026-01-27T13:02:02.668Z","repository":{"id":276389067,"uuid":"929148534","full_name":"divonisimon97/Extracting-Login-Credentials-from-HTTP-Traffic","owner":"divonisimon97","description":"Inspecting and capturing unencrypted web traffic, then looking for login credentials sent in plain text.","archived":false,"fork":false,"pushed_at":"2025-02-25T02:08:56.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-04T21:11:32.943Z","etag":null,"topics":["extracting-data","http"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/divonisimon97.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-07T22:32:24.000Z","updated_at":"2025-02-25T02:08:59.000Z","dependencies_parsed_at":"2025-02-25T03:20:05.062Z","dependency_job_id":"410bc31f-6a43-4877-8180-c6f5b83f5d9f","html_url":"https://github.com/divonisimon97/Extracting-Login-Credentials-from-HTTP-Traffic","commit_stats":null,"previous_names":["divonisimon97/analyzing-http-traffic","divonisimon97/extracting-login-credentials-from-http-traffic"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/divonisimon97/Extracting-Login-Credentials-from-HTTP-Traffic","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divonisimon97%2FExtracting-Login-Credentials-from-HTTP-Traffic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divonisimon97%2FExtracting-Login-Credentials-from-HTTP-Traffic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divonisimon97%2FExtracting-Login-Credentials-from-HTTP-Traffic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divonisimon97%2FExtracting-Login-Credentials-from-HTTP-Traffic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/divonisimon97","download_url":"https://codeload.github.com/divonisimon97/Extracting-Login-Credentials-from-HTTP-Traffic/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/divonisimon97%2FExtracting-Login-Credentials-from-HTTP-Traffic/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28813223,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T12:25:15.069Z","status":"ssl_error","status_checked_at":"2026-01-27T12:25:05.297Z","response_time":168,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["extracting-data","http"],"created_at":"2025-03-12T15:17:25.112Z","updated_at":"2026-01-27T13:02:02.650Z","avatar_url":"https://github.com/divonisimon97.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# \u003ch1\u003eExtracting Login Credentials from HTTP Traffic \u003c/h1\u003e\n\n\u003ch2\u003eDescription\u003c/h2\u003e\nIn 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.\n\u003cbr /\u003e\n\n\n\u003ch2\u003eLanguages and Utilities Used\u003c/h2\u003e\n\n- \u003cb\u003eWireshark\u003c/b\u003e (4.4.3)\n- \u003cb\u003eTest HTTP Website\u003c/b\u003e (http://testphp.vulnweb.com/login.php) \n\n\u003ch2\u003eEnvironments Used \u003c/h2\u003e\n\n- \u003cb\u003eWindows 11\u003c/b\u003e (24H2)\n- \u003cb\u003ePfSense\u003c/b\u003e (Version 2.7.2)\n\n\u003ch2\u003eProgram walk-through:\u003c/h2\u003e\n\n\u003cp align=\"center\"\u003e\nLaunch Wireshark: \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/G1pxt2t.png\" height=\"80%\" width=\"80%\" alt=\"Analyzing HTTP Traffic\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nCapture Traffic: \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/3v55Tw5.png\" height=\"80%\" width=\"80%\" alt=\"Analyzing HTTP Traffic\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nLaunch the Website \u0026 Enter Login Info: \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/OutRC37.png\" height=\"80%\" width=\"80%\" alt=\"Analyzing HTTP Traffic\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nFilter and Inspect HTTP Traffic:  \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/EWduhxq.png\" height=\"80%\" width=\"80%\" alt=\"Analyzing HTTP Traffic\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nLocate HTTP POST request: \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/w8KxFBQ.png\" height=\"80%\" width=\"80%\" alt=\"Analyzing HTTP Traffic\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\nOpen HTML Form URL Encoded \u0026 Extract Login Credentials:  \u003cbr/\u003e\n\u003cimg src=\"https://i.imgur.com/6s0Zciy.png\" height=\"80%\" width=\"80%\" alt=\"Analyzing HTTP Traffic\"/\u003e\n\u003cbr /\u003e\n\u003cbr /\u003e\n\u003c/p\u003e\n\n\u003c!--\n ```diff\n- text in red\n+ text in green\n! text in orange\n# text in gray\n@@ text in purple (and bold)@@\n```\n--!\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivonisimon97%2Fextracting-login-credentials-from-http-traffic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdivonisimon97%2Fextracting-login-credentials-from-http-traffic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdivonisimon97%2Fextracting-login-credentials-from-http-traffic/lists"}