From 8cb330562ba682cbb3af80c53ae338a2b15ee940 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Mon, 22 Apr 2019 12:02:37 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cb9c9a5e..62da75264 100644 --- a/README.md +++ b/README.md @@ -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. +![UI](https://raw.githubusercontent.com/bettercap/media/master/ui-events.png) + ## 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/) -![UI](https://raw.githubusercontent.com/bettercap/media/master/ui-events.png) - ## 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/).