An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![logo](http://www.bettercap.org/images/logo_dark.png)

Copyleft of Simone '[evilsocket](https://twitter.com/evilsocket)' Margaritelli*.

http://www.bettercap.org/

[![Gem Version](https://badge.fury.io/rb/bettercap.svg)](http://badge.fury.io/rb/bettercap) [![Code Climate](https://codeclimate.com/github/evilsocket/bettercap/badges/gpa.svg)](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).