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

bettercap v1.5.9

Compare
Choose a tag to compare
@evilsocket evilsocket released this 14 Dec 10:29
· 154 commits to master since this release

Changelog

New Features

  • New --no-http-logs proxy option.
  • New Response#redirect! helper method.
  • New REDIRECT http proxy module ( location hijacking ).
  • New --html-position option.
  • Fixes #257: New --disable-parsers option.
  • Prioritize root privilege check
  • TCP proxy modules can now register options too.
  • --silent option now suppress Logger.raw messages too.

Fixes

  • Fixes #318: Error while serving client: Couldn't extract host from the request.
  • Fixes #307: Error getting mac address from PPP interface.
  • Fixes #302: SSLStrip module adds trailing slash to domains
  • Fixed a bug which caused the Redirect http module to be loaded even if not selected.
  • Fixes #291: Precomputing list of targets in order to stress less the cpu.
  • Fixed bug in ftp and mail creds parsers which caused a mislabeling of capture credentials.
  • Fixes #292: undefined method arp_opcode for nil:NilClass

Code Style

  • Printing shell commands if debug mode is enabled.
  • Remove redundant requires, minor update to syntax using rubocop
  • Removed credit card parser, it's causing a lot of false positives and there's no way to distinguish them
  • Removed warning if using beta releases, no one gives a fuck about it anyway.