Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bettercap cannot find BLE modules #970

Closed
peterfajardo opened this issue Jun 12, 2022 · 4 comments
Closed

bettercap cannot find BLE modules #970

peterfajardo opened this issue Jun 12, 2022 · 4 comments

Comments

@peterfajardo
Copy link

bettercap v2.32.0 (built for linux amd64 with go1.18.1)

error: [err] unknown or invalid syntax "ble.recon on", type help for the help menu

to recreate:

#i invoked bettercap by running:
sudo bettercap

then to reproduce the error simply typed ble.recon on

when i look into the modules folder,there is no ble folder

*** am i missing something??

♥ ANY INCOMPLETE REPORT WILL BE CLOSED RIGHT AWAY ♥

@DroidKali
Copy link

Are you using the bettercap which in Kali's repo?If so, it's just a bug in bettercap which in Kali's repo.You should build it from source refer to the following guide.

sudo apt update
sudo apt install golang git build-essential libpcap-dev libusb-1.0-0-dev libnetfilter-queue-dev
git clone https://github.com/bettercap/bettercap.git
cd bettercap
make build
sudo make install
cd ..
git clone https://github.com/bettercap/caplets.git
cd caplets
sudo make install
cd ..
sudo bettercap

@peterfajardo
Copy link
Author

THANK YOU!!! probelm solved ...
Thank you DroidKali. That was the problem. Problem SOLVED

@DroidKali
Copy link

You are welcome! Glad to help you.

@Kadalis
Copy link

Kadalis commented Mar 29, 2023

kali-rolling repo have bettercap imported from Debian Security Tools - (package), that have BLE module cutted out for some reason: commit link
Fortunately, kali-bleeding-edge repo have bettercap built with BLE module, so Im just connected kali-bleeding-edge repo and installed it from there

GPS module cutted out too: commit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants