Skip to content

Releases: aleskxyz/SNI-Spoofing-Go

v0.7.2

01 Jun 11:02

Choose a tag to compare

  • redesign app icon #26

v0.7.1

31 May 22:20

Choose a tag to compare

  • macOS GUI: spawn elevated helper via native admin password dialog (#24)

Thanks to @olaf-netizen for the macOS elevation fix.

v0.7.0

31 May 01:21
ab8182c

Choose a tag to compare

  • Desktop GUI (Linux/Windows/macOS) with English and Persian UI (#18)
  • GUI runs unprivileged; elevation only when starting the proxy or running tests

Thanks to @dazzling-no-more for the GUI work.

v0.6.0

28 May 13:37
2dd064d

Choose a tag to compare

  • Add -injector CLI/config option supporting active and passive

v0.5.2

28 May 11:01
7d2aa1e

Choose a tag to compare

  • Add Termux CA fallback for method tests
  • Fix Linux fwmark routing on Android

v0.5.1

27 May 19:48
551b03e

Choose a tag to compare

  • Fix Linux fwmark overflow on 32-bit targets

v0.5.0

26 May 08:22
23c20dc

Choose a tag to compare

  • Add MacOS support

v0.4.0

25 May 19:58
a1b8e8f

Choose a tag to compare

  • add built-in e2e test matrix

v0.3.0

25 May 15:05
2a57818

Choose a tag to compare

  • Add INI config loading with CLI override support
  • Add config.example.ini and update README examples
  • Change default uTLS fingerprint to Firefox
  • Add -utls none for the legacy fixed ClientHello template
  • Clarify and test SNI chunk splitting behavior
  • Shorten noisy runtime logs

v0.2.0

24 May 18:46
5fbd721

Choose a tag to compare

  • Windows no longer requires WinDivert.dll or WinDivert64.sys beside the executable.
  • Windows now uses scoped WinDivert filters and tuple-based packet matching.
  • Fake ClientHello injection is shared across Linux and Windows.
  • Injected fake ClientHellos are MTU/MSS-aware and get fresh IPv4/TCP checksums.
  • ACK handling is more robust for races, retransmits, delayed replies, and sequence wraparound.
  • New flags: -ack-timeout, -fake-delay, and -enable-fragment.
  • Real ClientHello fragmentation is now opt-in via -enable-fragment.
  • SNI parsing is now structural instead of byte-search based.
  • CI and release artifacts now contain binaries only.