This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
bettercap v1.2.1
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 inPacketQueue
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.