forked from owasp-amass/amass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
33 lines (30 loc) · 797 Bytes
/
snapcraft.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
name: amass
version: git
summary: In-depth Attack Surface Mapping and Asset Discovery.
description: The OWASP Amass Project has developed a tool to help information security professionals perform network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques.
version: v3.13.4
icon: images/snapcraft_icon.png
license: Apache-2.0
base: core20
type: app
grade: stable
confinement: strict
apps:
amass:
command: bin/amass
plugs:
- home
- network
- removable-media
- dot-amass
plugs:
dot-amass:
interface: personal-files
write:
- $HOME/.amass
- $HOME/.config/amass
parts:
amass:
plugin: go
source: https://github.com/OWASP/Amass.git
source-type: git