Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project aims to impersonate Chrome's TLS fingerprint with OpenSSL.

Dependencies

Requires OpenSSL(shared) after 03541d7 (included in 3.6.0) with brotli support.

Building

This project uses CMake as its build system.

To configure: (Replace /path/to/openssl with your OpenSSL installation path, on Windows, replace backslashes(\) with forward slashes(/))

cmake -S . -B build "-DOPENSSL_ROOT_DIR=/path/to/openssl"

To build:

cmake --build build --config Release

Run the executable:

MSVC:

build/Release/ssl_imp

GCC-like:

build/ssl_imp

About

Impersonate Chrome with OpenSSL

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages