
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
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.
Version |
|
---|---|
Homepage | https://www.bettercap.org/ |
GitHub | https://github.com/evilsocket/bettercap |
Code Documentation |
http://www.rubydoc.info/github/evilsocket/bettercap
|
Author | Simone Margaritelli (@evilsocket) |
@bettercap | |
Copyleft | Simone Margaritelli |
License | GPL v3.0 - (see LICENSE file) |
Dependencies
All dependencies will be automatically installed through the RubyGems system but in some cases you might need to install some system dependency in order to make everything work.
On OSX (install brew and xcode tools first):
brew install libpcap
On Linux:
sudo apt-get install build-essential ruby-dev libpcap-dev net-tools
This should solve issues such as this one or this one.
Stable Release (RubyGems)
gem install bettercap
From Source
git clone https://github.com/evilsocket/bettercap
cd bettercap
gem build bettercap.gemspec
sudo gem install bettercap*.gem
Installation on Kali Linux
Kali Linux has bettercap packaged and added to the kali-rolling repositories. To install bettercap and all dependencies in one fell swoop on the latest version of Kali Linux:
apt-get update
apt-get dist-upgrade
apt-get install bettercap
Please refer to the official website.
FAQs
Unknown package
We found that bettercap demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.