Results 1 to 3 of 3

Thread: bettercap doesn't have the ble module

  1. #1
    Join Date
    2022-Jun
    Posts
    1

    bettercap doesn't have the ble module

    I would like to use the ble.recon module available in bettercap so I installed the bettercap package and the bettercap-caplets package. The problem is that I don't see the ble module available when I start bettercap and type help. I just see these modules:


    Code:
    Modules
    
          any.proxy > not running
           api.rest > not running
          arp.spoof > not running
                 c2 > not running
            caplets > not running
        dhcp6.spoof > not running
          dns.spoof > not running
      events.stream > running
                hid > not running
         http.proxy > not running
        http.server > not running
        https.proxy > not running
       https.server > not running
        mac.changer > not running
        mdns.server > not running
       mysql.server > not running
          ndp.spoof > not running
          net.probe > not running
          net.recon > not running
          net.sniff > not running
       packet.proxy > not running
           syn.scan > not running
          tcp.proxy > not running
             ticker > not running
                 ui > not running
             update > not running
               wifi > not running
                wol > not running
    The ble module is not available. Do I need to install the ble module separatly? Or am I missing some type of configuration settting? Or could this be a hardware issue (bettercap only loads modules that are have supported hardware)? The ble section on the bettercap website didn't say anything about any separate installation for this module. I'm running the latest version of Kali 2022.2 64bit virtual machine (for virtualbox) which I got from the torrent in the downloads section. Thanks for your help.

  2. #2
    Join Date
    2021-May
    Location
    UK
    Posts
    772
    bluetooth wireless support is typically included with the wireless adapter chipset, you dont have the wireless module running..
    could also be a driver issue for bluetooth chipset of course..

  3. #3
    Join Date
    2022-Nov
    Posts
    1
    Apparently there is a bug in Kali repo, to get ble.recon work you need to compile bettercap from sources, this way:

    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


    This is from bettercap github issues:

    https://github.com/bettercap/bettercap/issues/970

Similar Threads

  1. Secondary VM - bettercap, bettercap-caplets and hostapd-mana packages not found
    By Scorpionking38 in forum TroubleShooting Archive
    Replies: 1
    Last Post: 2022-06-11, 20:04
  2. Nethunter + Pineapple Nano + bettercap
    By BeNe in forum NetHunter General Questions
    Replies: 1
    Last Post: 2016-10-02, 17:45
  3. Bettercap IMAP on Kali
    By razorspells in forum General Archive
    Replies: 0
    Last Post: 2016-07-10, 17:57

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •