The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Find a file
2018-02-23 12:25:14 +01:00
core misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
firewall misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
log misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
modules fix: fixed various sniffer parsers 2018-02-23 12:25:14 +01:00
network misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
packets fix: using normal mutex instead of atomic increments ( fixes #69 ) 2018-02-23 10:15:51 +01:00
session fix: fixed help menu padding 2018-02-23 02:21:06 +01:00
tls misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
.gitignore misc: small fix or general refactoring i did not bother commenting 2018-02-23 11:34:40 +01:00
.travis.yml misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
build.sh misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
changelog.sh misc: small fix or general refactoring i did not bother commenting 2018-02-23 03:50:57 +01:00
Dockerfile misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
ISSUE_TEMPLATE.md misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
LICENSE.md Changing http links to https when possible 2018-02-21 21:42:19 +01:00
main.go new: implemented tcp.proxy (closes #33) 2018-02-23 09:27:19 +01:00
Makefile misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
README.md misc: small fix or general refactoring i did not bother commenting 2018-02-23 03:58:10 +01:00
release.sh misc: small fix or general refactoring i did not bother commenting 2018-02-11 18:18:25 +01:00

BetterCap

Release Software License Travis Go Report Card

bettercap is the Swiss army knife for network attacks and monitoring.

How to Install

A precompiled version is available for each release, alternatively you can use the latest version of the source code from this repository in order to build your own binary.

Make sure you have a correctly configured Go >= 1.8 environment, that $GOPATH/bin is in $PATH and the libpcap-dev package installed for your system, then:

$ go get github.com/bettercap/bettercap

This command will download bettercap, install its dependencies, compile it and move the bettercap executable to $GOPATH/bin.

Now you can use sudo bettercap -h to show the basic command line options and just sudo bettercap to start an interactive session on your default network interface, otherwise you can load a caplet from the dedicated repository.

The project is documented in this wiki.

License

bettercap is made with ♥ by the dev team and it's released under the GPL 3 license.