This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
bettercap v1.6.1
Changelog
New Features
- Huge improvement on
HTTPS
parser, now it parsesTLS
Client Hello messages withSNI
extension in order to extract the real hostname. - Removed
IPv6
specific options, use ofIPv6
is automatically detected now. - Updated
*BSD
firewall manager to supportIPv6
forwarding. - IPv6 port redirection option.
UDP
proxy implemented.
Fixes
- Fixed #444: Broken when system language is not
EN
- Fixed #450:
SSL
certificate expired. - Fixed #451: Custom proxy module
on_pre_request
access:undefined method 'textual?'
. - Fixed #382: High
CPU
Usage on Single Targeting. - Fixed #380: Error while running a
UDP
proxy. - Fixed #302: SSLStrip module adds trailing slash to domains.
- Fixed context ipv6 detection.
- Fixed issues with newer packetfu.
- Fixed s ifconfig returning ipv6.
- Misc fixes to handle correctly both
IPv4
andIPv6
- Minor fix on
HTTP
response generation. - Added
PacketFu
monkey patch for NDP.
Code Style
- Minor refactoring of
HTTPS
SNI
parser.