Skip to content
This repository has been archived by the owner on Feb 28, 2018. It is now read-only.

bettercap v1.2.3

Compare
Choose a tag to compare
@evilsocket evilsocket released this 20 Jan 11:39
· 583 commits to master since this release

Changelog

New Features

  • Using WebRick HTTP client instead of raw socket, now the transparent proxy is much more stable and fast!
  • Implemented --http-ports and --https-ports options.

Fixes

  • Fixed a bug which prevented new and lost targets to be printed if spoofing was disabled.
  • Fixed issue #94: Show more information about targets that have been acquired or lost.
  • Correct singular or plural form of 'target'.
  • Fixed a bug in InjectCSS proxy module.
  • Checking proxy module command line arguments only in initialize method.

Code Style

  • Minor refactoring of BetterCap::Spoofers::Arp class.