The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Find a file
2019-03-29 21:52:03 +01:00
caplets fix: caplet code is loaded entirely and comments are only skipped while evaluating it 2019-03-24 01:21:27 +01:00
core new: implemented api.rest.record and api.rest.replay 2019-03-29 16:20:31 +01:00
firewall fix: fixed a compilation error on macOS 2018-10-12 17:39:54 +02:00
log refact: refactored to use islazy and updated deps 2018-10-10 19:00:25 +02:00
modules Revert "misc: keeping frames in memory as compressed" 2019-03-29 21:52:03 +01:00
network misc: small fix or general refactoring i did not bother commenting 2019-03-23 15:21:19 +01:00
packets misc: small fix or general refactoring i did not bother commenting 2019-03-21 14:08:16 +01:00
session misc: reporting session replay loading progress as api.rest state object 2019-03-29 19:31:20 +01:00
tls misc: small fix or general refactoring i did not bother commenting 2019-02-21 13:51:30 +01:00
vendor fix: updated gatt library with latest fixes 2019-03-29 19:52:24 +01:00
.gitignore misc: small fix or general refactoring i did not bother commenting 2019-03-01 11:23:01 +01:00
.travis.yml misc: small fix or general refactoring i did not bother commenting 2019-02-12 10:31:25 +01:00
bettercap.service fix: fixed bettercap.service file to use the api.rest from the eval argument instead as an autostarted module 2018-09-27 16:56:01 +02:00
build.sh misc: small fix or general refactoring i did not bother commenting 2019-03-09 16:43:45 +01:00
changelog.sh misc: small fix or general refactoring i did not bother commenting 2018-02-25 13:45:26 +01:00
Dockerfile Fixed certificate issues 2019-03-22 16:15:41 -07:00
Gopkg.lock fix: updated gatt library with latest fixes 2019-03-29 19:52:24 +01:00
Gopkg.toml misc: small fix or general refactoring i did not bother commenting 2019-03-29 19:45:14 +01:00
ISSUE_TEMPLATE.md misc: small fix or general refactoring i did not bother commenting 2019-03-09 16:24:56 +01:00
LICENSE.md Changing http links to https when possible 2018-02-21 21:42:19 +01:00
main.go new: new -version command line argument to print version, build information and exit 2019-03-09 16:22:35 +01:00
Makefile misc: added race detector build to Makefile 2019-03-17 12:46:23 +01:00
README.md misc: small fix or general refactoring i did not bother commenting 2019-03-01 14:54:55 +01:00
release.sh misc: small fix or general refactoring i did not bother commenting 2019-03-09 17:30:56 +01:00
session.record new: implemented api.rest.record and api.rest.replay 2019-03-29 16:20:31 +01:00

BetterCap

Release Software License Travis Go Report Card Code Coverage

bettercap is a powerful, easily extensible and portable framework written in Go which aims to offer to security researchers, red teamers and reverse engineers an easy to use, all-in-one solution with all the features they might possibly need for performing reconnaissance and attacking WiFi networks, Bluetooth Low Energy devices, wireless HID devices and Ethernet networks.

Main Features

  • WiFi networks scanning, deauthentication attack, clientless PMKID association attack and automatic WPA/WPA2 client handshakes capture.
  • Bluetooth Low Energy devices scanning, characteristics enumeration, reading and writing.
  • 2.4Ghz wireless devices scanning and MouseJacking attacks with over-the-air HID frames injection (with DuckyScript support).
  • Passive and active IP network hosts probing and recon.
  • ARP, DNS and DHCPv6 spoofers for MITM attacks on IP based networks.
  • Proxies at packet level, TCP level and HTTP/HTTPS application level fully scriptable with easy to implement javascript plugins.
  • A powerful network sniffer for credentials harvesting which can also be used as a network protocol fuzzer.
  • A very fast port scanner.
  • A powerful REST API with support for asynchronous events notification on websocket to orchestrate your attacks easily.
  • More!

About the 1.x Legacy Version

While the first version (up to 1.6.2) of bettercap was implemented in Ruby and only offered basic MITM, sniffing and proxying capabilities, the 2.x is a complete reimplementation using the Go programming language.

This ground-up rewrite offered several advantages:

  • bettercap can now be distributed as a single binary with very few dependencies, for basically any OS and any architecture.
  • 1.x proxies, altough highly optimized and event based, used to bottleneck the entire network when performing a MITM attack, while the new version adds almost no overhead.
  • Due to such performance and functional limitations, most of the features that the 2.x version is offering were simply impossible to implement properly (read as: without killing the entire network ... or your computer).

For this reason, any version prior to 2.x is considered deprecated and any type of support has been dropped in favor of the new implementation. An archived copy of the legacy documentation is available here, however it is strongly suggested to upgrade.

Documentation and Examples

The project is documented here.

License

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