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

bettercap v1.2.2

Compare
Choose a tag to compare
@evilsocket evilsocket released this 16 Jan 17:35
· 597 commits to master since this release

Changelog

New Features

  • Implemented --packet-throttle option.
  • You ca now load both custom or builtin proxy modules.
  • Added injectcss and injectjs builtin proxy modules.

Fixes

  • Fixed bug in http auth sniffer.
  • Using one global Pcap.open_live in PacketQueue class ( no more Too many open files error, yay! )

Code Style

  • Reorganized some of the classes into BetterCap::Network module.