A TCP traffic obfuscator for Windows inspired by FakeHTTP, powered by WinDivert library.
This tool just send a fake http request after receving SYN+ACK TCP packet, naively obfuscating the TCP connection as a HTTP connection.
Refer to app help:fakehttp-win.exe --help
You need to set corresponding env vars for WinDivert library files. Refer to build guide for windivert rust wrapper library.
WinDivert.dll and WinDivert64.sys are required to be placed in the same directory of the built executable.