forked from owasp-amass/amass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
snapcraft.yaml
38 lines (35 loc) · 919 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
36
37
38
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.19.3'
icon: images/snapcraft_icon.png
license: Apache-2.0
base: core20
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