Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

bettercap v1.6.1

Compare
Choose a tag to compare
@evilsocket evilsocket released this 29 Jun 17:41
· 67 commits to master since this release

Changelog

New Features

  • Huge improvement on HTTPS parser, now it parses TLS Client Hello messages with SNI extension in order to extract the real hostname.
  • Removed IPv6 specific options, use of IPv6 is automatically detected now.
  • Updated *BSD firewall manager to support IPv6 forwarding.
  • IPv6 port redirection option.
  • UDP proxy implemented.

Fixes

  • Fixed #444: Broken when system language is not EN
  • Fixed #450: SSL certificate expired.
  • Fixed #451: Custom proxy module on_pre_request access: undefined method 'textual?'.
  • Fixed #382: High CPU Usage on Single Targeting.
  • Fixed #380: Error while running a UDP proxy.
  • Fixed #302: SSLStrip module adds trailing slash to domains.
  • Fixed context ipv6 detection.
  • Fixed issues with newer packetfu.
  • Fixed s ifconfig returning ipv6.
  • Misc fixes to handle correctly both IPv4 and IPv6
  • Minor fix on HTTP response generation.
  • Added PacketFu monkey patch for NDP.

Code Style

  • Minor refactoring of HTTPS SNI parser.