mirror of
https://github.com/bettercap/bettercap
synced 2025-08-14 02:36:57 -07:00
added libusb-1.0 to snapcraft file
This commit is contained in:
parent
d23811ee5d
commit
c77856e4ad
1 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue