Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 687 Bytes

File metadata and controls

18 lines (11 loc) · 687 Bytes

fakehttp-win

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.

Usage

Refer to app help:fakehttp-win.exe --help

Build Tips

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.