salesforce / ja3

JA3 is a standard for creating SSL client fingerprints in an easy to produce and shareable way.
BSD 3-Clause "New" or "Revised" License
2.61k stars 289 forks source link

JA3S patch #74

Open thegwan opened 2 years ago

thegwan commented 2 years ago

Fix ja3s.py to use the integer ciphersuite value rather than the object name.

Previously:

"ja3": "769,CipherSuite(0x002f, TLS_RSA_WITH_AES_128_CBC_SHA),65281-35-15",
"ja3_digest": "24225bb077b826bc59a8c720db0b64d5",

Fixed:

"ja3s": "769,47,65281-35-15",
"ja3s_digest": "d34cdf3ab2ca82a6542791bde391a97e",
salesforce-cla[bot] commented 2 years ago

Thanks for the contribution! Before we can merge this, we need @thegwan to sign the Salesforce.com Contributor License Agreement.

thegwan commented 2 years ago

I attempted to sign the CLA, but it produced an error and now it tells me it is already signed when I try to authenticate with Github.

image