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

bettercap v1.3.6

Compare
Choose a tag to compare
@evilsocket evilsocket released this 06 Feb 17:53
· 465 commits to master since this release

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 to Firewalls::Base class.
  • Better sniffer log messages.