Difference between revisions of "Bettercap"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
(Basic structure and installation)
 
Line 1: Line 1:
== Summary ==  
== Summary ==  


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


== Requirements ==
== Requirements ==

Revision as of 19:19, 15 February 2020

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

Description

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