Skip to content

Releases: D00Movenok/BounceBack

v1.5.2

06 Jul 17:16

Choose a tag to compare

Changelog

  • 2c6b5e9 Merge pull request #18 from D00Movenok/dev
  • 0aa8923 add goreleaser version to config
  • bc9dc7a fix: geo rule request info 2 times
  • d22f2bb fix: if one of the geo-fetchers is broken, the other one will now be used
  • cb246c1 fix: windows timezones parsing #17
  • b7a74d7 golangci-lit config update, reafactoring
  • 70fe010 update banned words and IPs, some refactoring

v1.5.1

10 Aug 21:44
dd09ef1

Choose a tag to compare

Changelog

  • dd09ef1 Merge pull request #13 from D00Movenok/dev
  • ef49e20 add: public proxies to banned ips, little extended usage guide
  • 1dcfb38 dependencies update
  • 2d73592 fix: http DebugLevel with headers logging now logs headers
  • d616b4f fix: http2 + drop action panic
  • d3dec52 fix: only certificates with domain breaks tls setup
  • 1105158 refactor: tcp dial tls TLSConfig change to base
  • 595850d update banned_ips.txt

v1.5.0

13 Jan 11:03

Choose a tag to compare

Changelog

  • 2f1868d add: CS4.9 MalleableC2 profiles support
  • 2eddff8 optimized ip rules, updated banned_ips and words wordlists
  • e190c4f use git lfs for useful lists (data/) storage

v1.4.2

08 Nov 21:58

Choose a tag to compare

Changelog

  • b8ac6e1 add: trace logging and more logs
  • fabe0e4 fix: headers case sensivity bug #9

v1.4.1

06 Nov 17:50

Choose a tag to compare

Changelog

  • e17234a fix: tls certificates InsecureSkipVerify for clients #8

v1.4.0

04 Nov 08:15

Choose a tag to compare

Changelog

  • 0bcb872 add: feature request issue template
  • aeadfcb add: multiple tls certificates support for single proxy #7

v1.3.2

23 Oct 21:43

Choose a tag to compare

Changelog

  • a9ac482 Add issue templates
  • 14d15de fix: malleable c2 profiles crashes when string contains only digits #6

v1.3.1

14 Oct 16:33

Choose a tag to compare

Changelog

  • 1db25a1 fix: HTTP/2 Stream Cancellation Attack

v1.3.0 - GOTTA GO FASTER

29 Sep 21:19
d709dea

Choose a tag to compare

Changelog

  • d709dea Merge pull request #4 from D00Movenok/dev
  • 54debdd add: geo api keys support
  • 45f97b2 add: preparation jobs for filters
  • 9455af9 add: rules asynchronous preparation jobs (e.g. DNS PTR and GEO requests) and filters reject and accept action
  • 69428c8 add: wiki url to README.md

v1.2.0

28 Aug 22:07
a2021c1

Choose a tag to compare

Changelog

  • a2021c1 Merge pull request #3 from D00Movenok/dev
  • 4075b31 add: banned ips collector, updated banned ips list
  • fcecb1b add: ip filter is now faster - it uses binary search