Skip to content

MITM

MITM

Medium — good to knowSecurity

ELI5 — The Vibe Check

MITM stands for Man-in-the-Middle. An attacker silently sits between your browser and the server, eavesdropping on everything. If the connection isn't encrypted (no HTTPS), they see every byte. If they control a network, they can intercept even HTTPS if certificate validation is bypassed.

Real Talk

MITM attacks are categorized by technique: SSL stripping (downgrading HTTPS to HTTP), SSL interception (with a forged certificate), and BGP hijacking (routing-level). Mobile apps are especially vulnerable if they disable certificate validation. Burp Suite is a common MITM proxy used in penetration testing.

When You'll Hear This

"Burp Suite acts as a MITM proxy during security testing." / "The mobile app was vulnerable to MITM due to disabled certificate validation."

Made with passive-aggressive love by manoga.digital. Powered by Claude.