From c77856e4adbf46186cd118a184cde2075d49d862 Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 21 Feb 2019 12:52:49 +0100 Subject: [PATCH] added libusb-1.0 to snapcraft file --- snapcraft.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 18ce1a3d..b0b0c1b2 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -1,8 +1,8 @@ name: bettercap version: '2.17' -summary: 802.11, BLE and Ethernet networks reconnaissance and MITM attacks tool. +summary: 802.11, BLE, 2.4Ghz HID and Ethernet networks reconnaissance and MITM attacks tool. description: | - The Swiss Army knife for 802.11, BLE and Ethernet networks reconnaissance and MITM attacks. + The Swiss Army knife for 802.11, BLE, 2.4Ghz HID and Ethernet networks reconnaissance and MITM attacks. grade: stable confinement: strict base: core18 @@ -15,10 +15,14 @@ parts: - build-essential - libpcap-dev - libnetfilter-queue-dev + - libusb-1.0-0-dev + stage-packages: - libpcap0.8 - libnfnetlink0 - libnetfilter-queue1 + - libusb-1.0-0 + apps: bettercap: command: bin/bettercap