The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Find a file
2019-03-22 23:49:21 +01:00
caplets new: preloading and exporting caplets from api.rest 2019-03-19 19:10:40 +01:00
core fix android Shell command function 2019-03-13 02:53:22 +10: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 misc: small fix or general refactoring i did not bother commenting 2019-03-22 23:49:21 +01:00
network new: aliases are now centralized and can be used for any type of device (closes #504) 2019-03-21 19:39:08 +01:00
packets misc: small fix or general refactoring i did not bother commenting 2019-03-21 14:08:16 +01:00
session fix: clear handler caused issues on some terminals, fixed by using os specific clear command 2019-03-22 21:28:57 +01:00
tls misc: small fix or general refactoring i did not bother commenting 2019-02-21 13:51:30 +01:00
vendor fix: fixed a bug in the gatt library which prevented ble.recon/ble.enum to work multiple times (fixes #471) 2019-03-13 15:35:46 +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 fix: fixed libusb issue in Dockerfile (fixes #480) 2019-03-13 06:16:38 +01:00
Gopkg.lock fix: fixed a bug in the gatt library which prevented ble.recon/ble.enum to work multiple times (fixes #471) 2019-03-13 15:35:46 +01:00
Gopkg.toml misc: small fix or general refactoring i did not bother commenting 2019-02-12 16:59:00 +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

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.