zmap / zcrypto

Liberal Go TLS + X.509 Library for Research
Other
134 stars 83 forks source link

Add raw Extensions to handshakelog #386

Open burpheart opened 4 months ago

burpheart commented 4 months ago

Currently, the handshakelog in the zcrypto does not maintain an raw Extensions. This can lead to inconsistent results when generating JA3S fingerprints, as the order of Extensions can vary. If handshakelog can maintain an raw Extensions. This would not only ensure consistent results when generating JA3S fingerprints, but also provide a strong feature for fingerprinting, as the order of Extensions is significant.