mirror of
https://github.com/bettercap/bettercap
synced 2025-08-20 21:43:18 -07:00
Add support for building snaps
This commit is contained in:
parent
31c28f0c8d
commit
2fb8a00c71
1 changed files with 37 additions and 0 deletions
37
snapcraft.yaml
Normal file
37
snapcraft.yaml
Normal file
|
@ -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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue