Changelog v 1.5.0 16/3/2016:
New Features
+ New TCP modular and transparent proxy.
+ Connections within internal nodes on the network are now spoofed.
+ Memory usage optimization.
Fixes:
+ Fixed a bug which caused bettercap to crash if the gateway mac address could not be detected.
+ Fixes #180: NoMethodError on OS X
+ Fixed –httpd-path option position.
+ Fixed SignalException handling.
+ Fixed little endian PCAP files support.
+ Fixed big endian PCAP files support.
+ Fixed exception handling while loading external PCAP file as sniffer source.
+ Fixes #176 : ArgumentError on GC.start( :full_mark => false ) with Ruby 1.9.3
+ Fixes #175 : ARP Spoofer doesn’t spoof internal connections.
+ Fixed handling of text/plain content-types in StreamLogger class.
+ Better hex dumping of binary data.
Code Style:
+ Renamed –sniffer-pcap option to –sniffer-output.
+ :check validator can now be used for every type of Network::Proto:Base derived classes.
+ Minor refactoring of if not to unless.
+ Minor refactoring/semplification of spoofing logic.
+ Unified OSX and OpenBSD firewalls under the same BSD class.
+ Refactored DHCP protocol class and constants.
+ Refactored and centralized gateway mac resolution and usage logic.
+ Whole refactoring of options parsing and handling logic into different, dedicated, classes.
+ Added a few comments here and there.
+ Refactored ::Proxy -> ::HTTP::Proxy
bettercap is a complete, modular, portable and easily extensible MITM tool and framework with every kind of diagnostic and offensive feature you could need in order to perform a man in the middle attack.
DEPENDS:
All dependencies will be automatically installed through the GEM system, in some case you might need to install some system dependency in order to make everything work:
sudo apt-get install ruby-dev libpcap-dev
HOW TO INSTALL:
Stable Release ( GEM ):
gem install bettercap
From Source:
Ubuntu/Debian/Kali: sudo apt-get install ruby-dev libpcap-dev Fedora/Centos/redhat yum install ruby-dev libpcap-dev git clone https://github.com/evilsocket/bettercap cd bettercap gem build bettercap.gemspec sudo gem install bettercap*.gem Update: bettercap --check-updates
Download : v1.5.0.tar.gz | v1.5.0.zip
Source : http://www.bettercap.org/ | Our Post Before