From 8d8af63577993395d5328852b355727faf3b0c78 Mon Sep 17 00:00:00 2001 From: Simone Margaritelli Date: Sat, 17 Aug 2024 13:14:08 +0200 Subject: [PATCH] chore: added WPA3 to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e63b0635..fae10d87 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ bettercap is a powerful, easily extensible and portable framework written in Go ## Main Features -* **WiFi** networks scanning, [deauthentication attack](https://www.evilsocket.net/2018/07/28/Project-PITA-Writeup-build-a-mini-mass-deauther-using-bettercap-and-a-Raspberry-Pi-Zero-W/), [clientless PMKID association attack](https://www.evilsocket.net/2019/02/13/Pwning-WiFi-networks-with-bettercap-and-the-PMKID-client-less-attack/) and automatic WPA/WPA2 client handshakes capture. +* **WiFi** networks scanning, [deauthentication attack](https://www.evilsocket.net/2018/07/28/Project-PITA-Writeup-build-a-mini-mass-deauther-using-bettercap-and-a-Raspberry-Pi-Zero-W/), [clientless PMKID association attack](https://www.evilsocket.net/2019/02/13/Pwning-WiFi-networks-with-bettercap-and-the-PMKID-client-less-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.