This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
bettercap v1.4.3
Changelog
New Features
- New
--custom-redirection
option.
Fixes
- Fixed a concurrency related bug in
Target
class. - Fixed a bug in
StreamLogger
class which caused service name not to be printed for the first incoming packet. - Fixed a few typos.
- Fix: Using proper port and address for ssl strip DNS server.
- Some fixes and refactoring of SSL Stripping.
- Fixed a bug in SSL Strip which might have caused unstable navigation if detected HTTPS link was not valid.
- Fixes #155 : Fixed a bug in ssl strip starting flag.
- Fixes #154 :
RubyDNS
server not handlingErrno::EMFILE
exceptions. - Fixed a boolean condition which enabled DNS redirection even if sslstrip-ping was disabled.
Code Style
- Precomputing upstream server port in
Proxy
class. - Big refactoring to HTTP responses parsing logic with big overall proxying optimization.