sleeyax / burp-awesome-tls

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

Major refactoring and updates (closes #11, #19, #22, #26) #27

Closed sleeyax closed 1 year ago

sleeyax commented 1 year ago

This is a major change. I got rid of my custom net/http and utls forks that used to be included in this repository. The former has become impossible to maintain by myself and the latter is no longer necessary since my changes have already been merged upstream. I've also taken the opportunity to restructure the codebase, simplify the API and resolve some outstanding issues.