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

bettercap v1.2.1

Compare
Choose a tag to compare
@evilsocket evilsocket released this 13 Jan 14:33
· 614 commits to master since this release

Changelog

New Features

  • Proxy modules can now register custom options defining a self.register_options class method.
  • Better unhandled exceptions crash report.
  • Implemented --kill feature.

Fixes

  • Using a global UDPSocket object in PacketQueue class in order to send UDP packets.
  • Better gateway and targets reporting.
  • Fixed issue #88 : NameError exception in 1.2.0: "wrong constant name BetterCap::Spoofers::Arp"

Code Style

  • Moved ARP table parsing logic to new ArpReader class.
  • Converted some of the INFO messages to DEBUG messages.