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

Build cross platform .jar files #13

Closed sleeyax closed 2 years ago

sleeyax commented 2 years ago

Ideally, instead of having a release that looks like this

We should have something like this:

This is much more user friendly.

Thinking further, we could also release an actual cross platform 'fat jar' burp-awesome-tls-fat.jar that contains all server binaries for all supported platforms (i.e. most popular win, mac and linux). This jar would be significantly bigger in size, but it would work everywhere and could be dragged around on an USB stick for example.


I'm not sure how this build process should look like though. I think we'd need something like this, unless I'm missing something obvious: