The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
Find a file
Stefan Tatschner e06b832911 Fix broken test invokation in Makefile
The Makefile did call the test suite in a broken way. It always reported
passed tests, since the exit code was always 0.
2019-06-30 22:12:47 +02: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 Releasing v2.24.1 2019-06-22 15:12:17 +02:00
firewall misc: small fix or general refactoring i did not bother commenting 2019-03-30 18:19:34 +01:00
log refact: refactored to use islazy and updated deps 2018-10-10 19:00:25 +02:00
modules fix: setting RemoteAddr field of a proxied request 2019-06-13 13:56:31 +02:00
network fix: api.rest and https.server certificates are now correctly generated with IsCA to false 2019-04-21 19:55:53 +02:00
packets fix: syn.scanner now uses a dedicated pcap handle to prevent deadlocks and improve performances 2019-04-21 20:37:41 +02:00
session new: implemented mDNS server / spoofer (closes #542) 2019-04-22 13:53:32 +02:00
tls fix: api.rest and https.server certificates are now correctly generated with IsCA to false 2019-04-21 19:55:53 +02: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-04-18 12:46:37 +02: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
go.mod Use go modules instead of third party dependency tool 2019-06-30 22:11:23 +02:00
go.sum Use go modules instead of third party dependency tool 2019-06-30 22:11:23 +02: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 Fix broken test invokation in Makefile 2019-06-30 22:12:47 +02:00
README.md misc: small fix or general refactoring i did not bother commenting 2019-04-22 12:02:37 +02:00
release.sh Add docker image latest 2019-04-27 23:24:48 +02:00

BetterCap

Release Software License Travis Go Report Card Code Coverage Packaging status

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.

UI

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.
  • A very convenient web UI.
  • 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, although 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.

Stargazers over time

Stargazers over time