zhkl0228 / impersonator

Spoof TLS/JA3/JA4 and HTTP/2 fingerprints in Java
14 stars 3 forks source link

Push Update #2

Open GramDev1 opened 4 hours ago

GramDev1 commented 4 hours ago

Hi, Could you push a release so that https://github.com/zhkl0228/impersonator/issues/1 becomes usable?

GramDev1 commented 3 hours ago

Currently using a Gradle implementation with jitpack.

 api('com.github.zhkl0228:impersonator:59492b9b9c') {
        exclude group: 'com.github.zhkl0228.impersonator', module: 'impersonator-okhttp'
    }

Using the provided OKHTTP artifact causes issues, using their own fixes it. However the bouncy castle implementation (Which I commend you for making!,) does not support concurrency well :/

zhkl0228 commented 3 hours ago

https://github.com/zhkl0228/impersonator/tree/v1.0.8