sleeyax / burp-awesome-tls

Burp extension to evade TLS fingerprinting. Bypass WAF, spoof any browser.
GNU General Public License v3.0
992 stars 66 forks source link

[Backend] Read TLS fingerprint from raw bytes #12

Closed sleeyax closed 2 years ago

sleeyax commented 2 years ago

On second thought we should simplify this and just import a file containing the raw client hello bytes. This keeps the binary smaller (no need for pcap parsing) and makes portability a bit easier.