Changelog v1.4.5:
New Features
+ New CREDITCARD sniffer with Luhn algorithm verification.
+ Handling DELETE requests.
Fixes
+ Fixes #165 : Fixed a bug which caused the –custom-proxy argument to not work properly.
+ Fixes #134 : Bettercap killing connections.
+ Fix: Resetting packet forwarding only after restore packets are sent.
+ Fixed wrong boolean condition in ARP spoofer.
Code Style
+ Refactored if/then constructs to ternary operators.
+ Refactored DNS server code.
+ Moved Authority loading code into SSLServer class.
+ Refactored proxy processor code.
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.4.5.tar.gz | v1.4.5.zip
Source : http://www.bettercap.org/ | Our Post Before