The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Find a file
2018-03-29 13:04:47 +02:00
core Releasing v2.4 2018-03-29 12:31:38 +02:00
firewall misc: small fix or general refactoring i did not bother commenting 2018-03-28 13:04:39 +02:00
log misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
modules misc: small fix or general refactoring i did not bother commenting 2018-03-28 21:41:00 +02:00
network fix: using active udp probes if arp.spoof fails to resolve an IP to its MAC 2018-03-27 10:39:20 +02:00
packets fix: fixed a race condition 2018-03-22 10:35:42 +01:00
session new: implemented new 'read' session command 2018-03-29 13:04:47 +02:00
tls misc: small fix or general refactoring i did not bother commenting 2018-02-23 00:07:09 +01:00
vendor new: implemented new (Linux only) packet.proxy module (closes #6). 2018-03-28 15:17:32 +02:00
.gitignore adding vendor folder 2018-03-23 15:25:11 +01:00
.travis.yml fix: addedd libnetfilter-queue-dev to travis 2018-03-28 15:34:53 +02:00
build.sh misc: small fix or general refactoring i did not bother commenting 2018-03-13 18:07:37 +01:00
changelog.sh misc: small fix or general refactoring i did not bother commenting 2018-02-25 13:45:26 +01:00
Dockerfile refact: updated Dockerfile as gopacket static build is no longer used. 2018-03-13 14:46:03 +01:00
glide.lock new: implemented new (Linux only) packet.proxy module (closes #6). 2018-03-28 15:17:32 +02:00
glide.yaml fix: using glide in order to build with stable deps and avoid dramas like #201, #202 and #203 2018-03-23 15:17:50 +01:00
ISSUE_TEMPLATE.md misc: small fix or general refactoring i did not bother commenting 2018-03-13 14:50:44 +01:00
LICENSE.md Changing http links to https when possible 2018-02-21 21:42:19 +01:00
main.go new: implemented new (Linux only) packet.proxy module (closes #6). 2018-03-28 15:17:32 +02:00
Makefile Explicitly naming python for oui 2018-02-28 11:04:56 -06:00
README.md misc: small fix or general refactoring i did not bother commenting 2018-03-28 21:35:05 +02: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, that the libpcap-dev and libnetfilter-queue-dev (this one is only required on Linux) package installed for your system and 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.

Update

In order to update to an unstable but bleeding edge release from this repository, run the command below:

$ go get -u github.com/bettercap/bettercap

Documentation and Examples

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.