Skip to content

Releases: sleeyax/burp-awesome-tls

v1.2.2

01 May 22:50
0c9dbe4
Compare
Choose a tag to compare

Fixed

  • Updated go dependencies (most importantly UTLS) to fix #69 by @sleeyax in #70

Full Changelog: v1.2.1...v1.2.2

v1.2.1

23 Mar 13:01
d5711a6
Compare
Choose a tag to compare

Added

New Contributors

Full Changelog: v1.2.0...v1.2.1

v1.2.0

21 Jan 19:32
05f420d
Compare
Choose a tag to compare

Changelog

Added

Breaking: removed the custom client hello hex field in favor of this new feature.


Full Changelog: v1.1.2...v1.2.0

v1.1.2

16 Dec 20:52
Compare
Choose a tag to compare

Changelog

Added

  • Support for Linux ARM and ARM64 (#34)

v1.1.1

17 Nov 01:14
ca81d43
Compare
Choose a tag to compare

Changelog

Added

v1.1.0

21 Jun 20:06
db2b178
Compare
Choose a tag to compare

Changelog

Added

v1.0.0

03 Jun 16:28
Compare
Choose a tag to compare

🚀 Major release time!

Hey folks, this is a major update I've been working on over the past few days to address a few outstanding issues and to rework some things.

Changelog

PR: #27.

Added

  • New underlying TLS and HTTP implementations. Should be easier to maintain going forward.
  • Response header order support (#19)
  • Custom initial HTTP2 SETTINGS frame for Chrome fingerprints (#11)
  • Ordered pseudo headers for HTTP 2
  • More timeout settings added to UI
  • More and updated fingerprints
    • Chrome 102
    • Chrome 100
    • Chrome 96
    • Firefox 105
    • Firefox 102
    • Firefox 99
    • Edge 106
    • Edge 85
    • Safari 16
    • QQBrowser 11
    • iOS 14
    • iOS 13
    • iOS 12
    • Android 11
    • Randomized
    • Randomized ALPN
    • Randomized No ALPN

Fixed

  • Set InsecureSkipVerify to true (#22)
  • Concurrent map writes error (#26)

Changed

  • Updated docs (rewordings, new diagram, add showcase)

v0.0.4

23 Sep 23:21
Compare
Choose a tag to compare
Fix multi-value response headers being overwritten (closes #17)

v0.0.3

23 Sep 22:55
Compare
Choose a tag to compare
Fix MacOS native library not found (closes #16)

v0.0.2

23 Sep 22:56
Compare
Choose a tag to compare
Fix build

Not sure why, but the xgo GitHub action suddenly outputs different binary names now...