This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
bettercap v1.1.8
Changelog
New Features
- Implemented HTTP 1.1 chunked transfer encoding support.
- Implemented NetBIOS NBNS address to hostname resolution.
- Improved proxy performances using non-blocking I/O.
Fixes
- Added missing dependency
network_interface
to gemspec. - Gracefully handling
<Errno::EBADF: Bad file descriptor>
when stopping proxies.
Code Style
- Minor refactoring of
ArpAgent
class. - Minor refactoring of
Context#create_proxies
andContext#finalize
methods. - Minor refactoring on
ArpSpoofer#start
method. - Moved options logic to dedicated class.
- Removed useless code from
Proxy::ThreadPool
class.