Skip to content

angrykub/impersonator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

impersonator

impersonator can impersonate browsers' TLS/JA3 and HTTP/2 fingerprints. If you are blocked by some website for no obvious reason, you can give impersonator a try.

Features

  • Supports JA3/TLS fingerprints impersonation.

Usage

<dependency>
    <groupId>com.github.zhkl0228</groupId>
    <artifactId>impersonator</artifactId>
    <version>1.0.2</version>
</dependency>
OkHttpClient client = ImpersonatorFactory.ios().newHttpClient();

About

Spoof TLS/JA3 and HTTP/2 fingerprints in Java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 70.4%
  • Kotlin 13.6%
  • C++ 8.4%
  • C 7.6%