forked from owasp-amass/amass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
35 lines (32 loc) · 915 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
34
35
name: amass
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.16.0
icon: images/snapcraft_icon.png
license: Apache-2.0
base: core20
type: app
grade: stable
confinement: strict
architectures:
- build-on: [s390x, ppc64el, arm64, armhf and amd64]
run-on: [s390x, ppc64el, arm64, armhf and amd64]
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:
source: https://github.com/OWASP/Amass.git
plugin: go
go-channel: latest/stable