mirror of
https://github.com/bettercap/bettercap
synced 2025-08-19 13:09:49 -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
|
name: bettercap
|
||||||
version: '2.17'
|
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: |
|
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
|
grade: stable
|
||||||
confinement: strict
|
confinement: strict
|
||||||
base: core18
|
base: core18
|
||||||
|
@ -15,10 +15,14 @@ parts:
|
||||||
- build-essential
|
- build-essential
|
||||||
- libpcap-dev
|
- libpcap-dev
|
||||||
- libnetfilter-queue-dev
|
- libnetfilter-queue-dev
|
||||||
|
- libusb-1.0-0-dev
|
||||||
|
|
||||||
stage-packages:
|
stage-packages:
|
||||||
- libpcap0.8
|
- libpcap0.8
|
||||||
- libnfnetlink0
|
- libnfnetlink0
|
||||||
- libnetfilter-queue1
|
- libnetfilter-queue1
|
||||||
|
- libusb-1.0-0
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
bettercap:
|
bettercap:
|
||||||
command: bin/bettercap
|
command: bin/bettercap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue