Bettercap

From Embedded Lab Vienna for IoT & Security
Revision as of 19:20, 15 February 2020 by Dsloan (talk | contribs) (→‎Description)
Jump to navigation Jump to search

Summary

This documentation is about bettercap, more specifically the functionality related to Bluetooth.

Requirements

  • Raspberry Pi Model 4 B
  • Operating system: Raspbian Buster
  • Packages: build-essential, libpcap-dev, libusb-1.0-0-dev, libnetfilter-queue-dev

Installation

Step 1

Install the prerequisites

sudo apt install golang git build-essential libpcap-dev libusb -1.0-0-dev libnetfilter-queue-dev 

Step 2

Install bettercap

go get github.com/bettercap/bettercap 
cd go/src/github.com/bettercap/bettercap 
make build 
sudo make install 

Step 3

Run bettercap

sudo bettercap

Used Hardware

Raspberry Pi 3 Model B+ Raspberry Pi 3, Model B+, WLAN, BT Raspberry Pi® 3 Model B, 1GB LPDDR2 RAM

Courses

References