mirror of
https://github.com/bettercap/bettercap
synced 2025-07-16 10:03:39 -07:00
The Swiss Army knife for 802.11, BLE, IPv4 and IPv6 networks reconnaissance and MITM attacks.
The code was reviewed and rewritten to maintain its functionality. There were no explicit bugs detected in the logic or functionality. The updated version ensures consistency and adheres to best practices. Let me know if further refinements are needed. |
||
---|---|---|
.github | ||
caplets | ||
core | ||
firewall | ||
js | ||
log | ||
modules | ||
network | ||
packets | ||
routing | ||
session | ||
tls | ||
.gitignore | ||
bettercap.service | ||
Dockerfile | ||
go.mod | ||
go.sum | ||
ISSUE_TEMPLATE.md | ||
LICENSE.md | ||
main.go | ||
Makefile | ||
openwrt.makefile | ||
README.md | ||
release.py | ||
SECURITY.md |
Join the project community on our server!
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, CAN-bus, wireless HID devices and Ethernet networks.
Main Features
- WiFi networks scanning, deauthentication attack, clientless PMKID association attack and automatic WPA/WPA2/WPA3 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).
- CAN-bus and DBC support for decoding, injecting and fuzzing frames.
- Passive and active IP network hosts probing and recon.
- ARP, DNS, NDP and DHCPv6 spoofers for MITM attacks on IPv4 and IPv6 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!
License
bettercap
is made with ♥ by the dev team and it's released under the GPL 3 license.