This repository has been archived by the owner on Feb 28, 2018. It is now read-only.
bettercap v1.1.2
Changelog
New Features
- Every proxy-* option will auto enable the transparent proxy if specified.
- New feature to save all packets to a pcap file ( --sniffer-pcap option ).
- New --sniffer-filter argument to pass custom BPF filters to the sniffer.
- New ARP network discovery agent.
- Added --no-spoofing argument ( alias for --spoofer NONE ).
Fixes
- Fixed proxy after method refactoring.
- Added a sleep of 10 seconds between one ARP parsing and the next one if --no-discovery argument is passed.
- Finally removed dependency on PacketFu::Utils#whoami? BUGGED method.
- Fixed a bug which caused a wrong gateway to be considered when the system is connected to a vpn.
- Fixed #23 - Gracefully handling no default interface scenario.
- Fixed capture stream bug on Mac OSX using timeouts.
Code Style
- Some code refactoring, tnx to @RoxasShadow
- Centralized multi threaded discovery agent logic into a base class.
- Moved proxy modules to dedicated repo.