forked from owasp-amass/amass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnapcraft.yaml
42 lines (39 loc) · 1.09 KB
/
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
36
37
38
39
40
41
42
name: amass
version: git
summary: In-depth Attack Surface Mapping and Asset Discovery.
contact: https://github.com/OWASP/Amass
issues: https://discord.gg/rtN8GMd
source-code: https://github.com/OWASP/Amass
website: https://owasp.org/www-project-amass/
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: git
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:
build-packages:
- git
amass:
source: https://github.com/OWASP/Amass.git
plugin: go
go-channel: latest/stable