Bettercap: v2.29

01/20/2021 10:57 am

Bettercap: v2.29

Changelog

New Features

Fixes

  • 2610d4b fix: do not close serial port if nil (fixes #805)
  • 07f7483 network: remove mutex lock that breaks webui and api
  • 05b8e30 go vet fixes
  • 10817d5 wifi.go: dont claim read lock until it is needed
  • 08cad80 fix slice memory allocation optimization
  • ac4b1f6 network: optimize wifi locking and include memory allocation optimization
  • 0a0cefc Fix content type parsing error, improve regexp search performance, strip header names and values.
  • d3a46a6 Set Content-Type for PAC and WPAD file

Misc

  • 3cfbcd9 misc: added openwrt makefile by DeathCamel58 for reference
  • cf7d06b misc: updated the version of go used to compile releases
  • 3a2db29 Remove proxy-side TLD spoofing.
  • dd08976 Update HTTP header regexp selector.
  • 6bf46c7 misc: removed useless badges from the README
  • a02f355 misc: updated dependencies