https://github.com/mvrilo/bettercap-old
A complete, modular, portable and easily extensible MITM framework.
https://github.com/mvrilo/bettercap-old
Last synced: 9 months ago
JSON representation
A complete, modular, portable and easily extensible MITM framework.
- Host: GitHub
- URL: https://github.com/mvrilo/bettercap-old
- Owner: mvrilo
- License: other
- Fork: true (evilsocket/bettercap)
- Created: 2015-07-29T13:00:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T04:47:34.000Z (over 8 years ago)
- Last Synced: 2025-03-26T19:02:13.560Z (over 1 year ago)
- Language: Ruby
- Homepage: http://www.bettercap.org/
- Size: 7.12 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README

Copyleft of Simone '[evilsocket](https://twitter.com/evilsocket)' Margaritelli*.
http://www.bettercap.org/
[](http://badge.fury.io/rb/bettercap) [](https://codeclimate.com/github/evilsocket/bettercap)
---
**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.
HOW TO INSTALL
===
**Stable Release ( GEM )**
gem install bettercap
**From Source**
git clone https://github.com/evilsocket/bettercap
cd bettercap
gem build bettercap.gemspec
sudo gem install bettercap*.gem
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
This should solve issues such as [this one](https://github.com/evilsocket/bettercap/issues/22).
EXAMPLES & INSTRUCTIONS
===
Please refer to the [official website](http://bettercap.org).