This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
bettercap v1.1.5
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.