Overview of MITM Domain Fronting Template
mainThis project provides a client-side template for performing MITM (Man-in-the-Middle) decryption of TLS requests and re-issuing them with a fake SNI (Server Name Indication). This mechanism achieves forced domain fronting.
Key Use Cases:
- Achieving domain fronting.
- TLS offloading for subsequent processing.
- Encrypting plaintext data into a TLS tunnel.
Prerequisites:
- A deep understanding of TLS and HTTPS protocols (specifically SNI and ALPN mechanisms).
- The target website must accept domain fronting or requests without SNI.
- The target IP must not be blocked by a firewall.
Note: This is a demonstration template. The example uses e-hentai because its frontend structure is simple, but other websites may require additional handling for various resource domains.