mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 13:33:21 -07:00
misc: small fix or general refactoring i did not bother commenting
This commit is contained in:
parent
4e397a71d5
commit
8cb330562b
1 changed files with 2 additions and 2 deletions
|
@ -12,6 +12,8 @@
|
|||
|
||||
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](https://www.bettercap.org/modules/wifi/) networks, [Bluetooth Low Energy](https://www.bettercap.org/modules/ble/) devices, wireless [HID](https://www.bettercap.org/modules/hid/) devices and [Ethernet](https://www.bettercap.org/modules/ethernet) networks.
|
||||
|
||||

|
||||
|
||||
## 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.
|
||||
|
@ -26,8 +28,6 @@ bettercap is a powerful, easily extensible and portable framework written in Go
|
|||
* **A very convenient [web UI](https://www.bettercap.org/usage/#web-ui).**
|
||||
* [More!](https://www.bettercap.org/modules/)
|
||||
|
||||

|
||||
|
||||
## 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](https://golang.org/).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue