The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Find a file
2018-01-08 09:15:36 +01:00
caplets new: implemented GET /api/events route (ref #5). 2018-01-08 05:39:34 +01:00
core fix: fixed typo in comment 2018-01-08 08:26:23 +01:00
firewall new: centralized logging and implemented DELETE /api/events route, closes #5 2018-01-08 06:39:44 +01:00
net new: centralized logging and implemented DELETE /api/events route, closes #5 2018-01-08 06:39:44 +01:00
packets new: centralized logging and implemented DELETE /api/events route, closes #5 2018-01-08 06:39:44 +01:00
session refact: minor refactoring of net.recon module 2018-01-08 09:15:36 +01:00
tls new: api.rest is now on HTTPS (closes #5) 2018-01-08 07:37:29 +01:00
.gitignore Fixed compilation 2018-01-07 16:38:34 +01:00
.travis.yml fix: added libpcap-dev to travis file. 2018-01-07 16:57:06 +01:00
LICENSE.md preparing for github 2018-01-07 16:29:56 +01:00
main.go new: api.rest is now on HTTPS (closes #5) 2018-01-08 07:37:29 +01:00
Makefile refact: refactored RestAPI module routes 2018-01-08 08:51:07 +01:00
README.md docs: readme update 2018-01-07 18:18:37 +01:00

BetterCap

bettercap-ng

Release Software License Travis Go Report Card


This is a WIP of the new version of bettercap, very alpha, do not use ... or do, whatever.

Compiling

Make sure you have a correctly configured Go >= 1.8 environment and the libpcap-dev package installed for your system, then:

git clone https://github.com/evilsocket/bettercap-ng $GOPATH/src/github.com/evilsocket/bettercap-ng
cd $GOPATH/src/github.com/evilsocket/bettercap-ng
make deps
make

To show the command line options:

sudo ./bettercap-ng -h

To have an idea of what commands you can use once bettercap-ng is started, take a look at the caplets scripts folder, each of those commands can be either manually entered during the interactive session, or scripted and loaded from .cap files.

License

bettercap and bettercap-ng are made with ♥ by Simone Margaritelli and they're released under the GPL 3 license.