This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
bettercap v1.4.5
Changelog
New Features
- New
CREDITCARD
sniffer with Luhn algorithm verification. - Handling
DELETE
requests.
Fixes
- Fixes #165 : Fixed a bug which caused the
--custom-proxy
argument to not work properly. - Fixes #134 : Bettercap killing connections.
- Fix: Resetting packet forwarding only after restore packets are sent.
- Fixed wrong boolean condition in
ARP
spoofer.
Code Style
- Refactored if/then constructs to ternary operators.
- Refactored
DNS
server code. - Moved Authority loading code into
SSLServer
class. - Refactored proxy processor code.