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

bettercap v1.5.2

Compare
Choose a tag to compare
@evilsocket evilsocket released this 28 Mar 14:18
· 248 commits to master since this release

Changelog

New Features

  • Added support for PUT requests to the http proxy.
  • Each module now can define some metadata such as author name, license, description etc.

Fixes

  • Fixed a bug which caused the proxy not to be enabled if only --proxy-module argument was specified.
  • Fixes #200: 'Too many open files' error makes bettercap PacketQueue crash.
  • Fixes #199 : Issue while parsing port numbers from command line.
  • Fixed a bug which prevented the log-to-file feature to work correctly.
  • Fixes #193: Check every port for "Address already in use" before it is actually used.
  • Fixed a bug which prevented to use DNS server.
  • Fix: --proxy-* options will enable HTTP proxy.
  • Improved debug logging of network informations.

Code Style

  • Refactored Context.ifconfig to a more elegant Context.iface Target class instance.
  • Minor refactoring of discovery wait interval logic.
  • Renamed "arpcache" option to "discovery" and inverted logic.