This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
bettercap v1.2.2
Changelog
New Features
- Implemented
--packet-throttle
option. - You ca now load both custom or builtin proxy modules.
- Added
injectcss
andinjectjs
builtin proxy modules.
Fixes
- Fixed bug in http auth sniffer.
- Using one global
Pcap.open_live
inPacketQueue
class ( no moreToo many open files
error, yay! )
Code Style
- Reorganized some of the classes into
BetterCap::Network
module.