From 2fb8a00c71577394357f246cb0b2ab168ae361c0 Mon Sep 17 00:00:00 2001 From: Igor Ljubuncic Date: Thu, 20 Dec 2018 10:13:56 +0000 Subject: [PATCH] Add support for building snaps --- snapcraft.yaml | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 snapcraft.yaml diff --git a/snapcraft.yaml b/snapcraft.yaml new file mode 100644 index 00000000..c55dfca9 --- /dev/null +++ b/snapcraft.yaml @@ -0,0 +1,37 @@ +name: bettercap +version: '1.0' +summary: 802.11, BLE and Ethernet networks reconnaissance and MITM attacks tool. +description: | + The Swiss Army knife for 802.11, BLE and Ethernet networks reconnaissance and MITM attacks. +grade: stable +confinement: strict +base: core18 +parts: + bettercap: + plugin: go + source: https://github.com/bettercap/bettercap.git + go-importpath: github.com/bettercap/bettercap + build-packages: + - build-essential + - libpcap-dev + - libnetfilter-queue-dev + stage-packages: + - libpcap0.8 + - libnfnetlink0 + - libnetfilter-queue1 +apps: + bettercap: + command: bin/bettercap + plugs: + - home + - network + - network-bind + - network-control + - network-observe + - netlink-connector + - netlink-audit + - bluetooth-control + - firewall-control + - x11 + +