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

bettercap v1.6.0

Compare
Choose a tag to compare
@evilsocket evilsocket released this 28 Dec 18:19
· 109 commits to master since this release

Changelog

New Features

  • Generated a new CA pem file with less descriptive fields, trying to clone GoDaddy CA as much as possible.
  • New -R rainbow option! :D
  • Improved (a lot) target hostname resolution and coloring.
  • Updated mac vendors lookup file with latest version.
  • Improved sniffer performances using a threadpool to dispatch and process raw packets.

Fixes

  • Fix: More robust OS compatibility check.
  • Fixed COOKIE parser in order to avoid printing duplicated cookies.
  • Fixed target hostname resolution.
  • Fixes #343: BSD Firewall#del_port_redirection method should selectively remove a rule.
  • Fixes #329: Unable to set --http-ports with --custom-proxy
  • Fixes #316: Unable to fetch certs for hosts not running on 443.
  • Improved StreamLogger hexdump method to use the whole console width.
  • Improved HTTPS connections sniffer and DNS resolution.
  • Added thread-safety to sniffer thread pool.

Code Style

  • Replaced all http links with https ones when possible.
  • Removed unused classes.
  • Making lolize gem used for -R/--rainbows argument optional.