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

bettercap v1.1.5

Compare
Choose a tag to compare
@evilsocket evilsocket released this 18 Oct 08:38
· 758 commits to master since this release

Changelog

New Features

  • New argument to manually specify the gateway address, tnx to @misterade
  • New --sniffer-source argument to read a pcap file instead of sniffing from the network interface.

Fixes

  • Fixed #66 : Minor but important fix in binary_streaming()
  • Fixed #62 : WARNING: pinging broadcast address.
  • Fixed #44 : Using correct charset/encoding for response body.
  • Stopping threads is now faster.
  • Removed flush in add_port_redirection, tnx to @julegatti
  • Using response content-length if available during html streaming.
  • Skipping HTTPS request if the hostname is the same as the previous one.
  • Forcing both internal and external encodings to UTF-8.

Code Style

  • Removed Syn discovery agent as it was useless.
  • Some logs restyling.
  • Added website to banner, replaced examples on help menu with a link to instructions.