This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
bettercap v1.3.6
Changelog
New Features
- Added new
COOKIE
sniffer. - Added new
WHATSAPP
sniffer. - New
DHCP
dissector and authentication sniffer.
Fixes
- Fixed #105: Refactor
BetterCap::Parsers
loading mechanism to use Ruby metaprogramming. - Fixed #95: Requires ifconfig on Linux.
- Fixed #126: sniffer doesn't print local POST request
- If logged address is 0.0.0.0, use the MAC instead.
Code Style
- Refactored Spoofers loading mechanism using Ruby metaprogramming.
- Moved
Factories::Firewall
logic toFirewalls::Base
class. - Better sniffer log messages.