tlsx icon indicating copy to clipboard operation
tlsx copied to clipboard

Support TLS ClientHello randomization

Open ehsandeep opened this issue 2 years ago • 2 comments

Please describe your feature request:

   -tlsi, -tls-impersonate  enable experimental client hello (ja3) tls randomization

See below for the implementation

  • https://github.com/projectdiscovery/fastdialer/issues/123
  • https://github.com/projectdiscovery/httpx/pull/1199

Describe the use case of this feature:

To avoid detection/blocking from Cloudflare and Akamai based on JA3 fingerprint.

ehsandeep avatar Jun 17 '23 13:06 ehsandeep

tlsx requires more investigation as ClientHello randomization might conflict with a lot of custom tls settings provided via CLI. Ideally we should only randomize the parts not set via CLI by the user

Mzack9999 avatar Jun 22 '23 00:06 Mzack9999