In this walk through, we will be going through the Man-in-the-Middle Attack (HTTP) vulnerability section from bWAPP Labs. We will be exploring the downside of HTTP protocol by exploiting it via MITM attack and learn how application are affected because of it. So, let’s get started with the Hacking without any delay.
Table of Contents
Security: Low
- Setting the security to Low.
- The application has an authentication mechanism set up to test for the MITM in this challenge. The credentials are bee and bug.
- I analyze the traffic with wireshark on my loopback address and looked for the HTTP data stream. Right clicked on that and followed the stream to find the credentials flowing through the network in plain text.
Also Read: bWAPP – Insecure DOR (Reset Secret)
Conclusion:
So, we finally completed all the security levels for the bWAPP Man-in-the-Middle Attack (HTTP) Vulnerability. We looked into the various ways how application has been set up in various levels and how we can bypass the security controls implemented. Next, we can mitigate the credential leakage with the use of HTTP by completely avoiding it and upgrading to HTTPS or SSL/TLS versions. On that note, i will take your leave and will meet you in next one with another bWAPP vulnerability writeup, till then “Keep Hacking”.