This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
bettercap v1.4.4
Changelog
New Features
- New
Proxy::SSL::Store
class to cache upstream certificates on disk. - Using
socket.accept_nonblock
andIO.select
loop to improveHTTP
andHTTPS
proxies performances. - Using real number of CPU cores to size Proxy's thread pool.
- Stripping out a few security headers from responses ( tnx to Mazin Ahmed @mazen160 )
Fixes
- Fixed a bug which caused
DNS
server to be created twice if bothHTTP
andHTTPS
proxy were enabled. - Fixes #152 : Generating
HTTPS
certificates on the fly leveraging onSNI
mechanism. - Gracefully handling exceptions in
Proxy::SSL::Authority
--proxy-module
option does not allow any proxy by default anymore.--proxy-https
option won't enableHTTP
proxy as well by default anymore.
Code Style
- Moved
SSL
server logic into dedicatedProxy::SSL::Server
class. - Centralized requires into main bettercap.rb file.
- Printing options default values in yellow.