-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
goss.yaml
64 lines (64 loc) · 1.18 KB
/
goss.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
file:
/usr/bin/hydra:
exists: true
mode: "0755"
owner: root
group: root
filetype: file
/usr/bin/nc:
exists: true
mode: "0777"
owner: root
group: root
linked-to: /etc/alternatives/nc
filetype: symlink
/usr/bin/proxychains4:
exists: true
mode: "0755"
owner: root
group: root
filetype: file
/usr/bin/sqlmap:
exists: true
mode: "0777"
owner: root
group: root
linked-to: ../share/sqlmap/sqlmap.py
filetype: symlink
/usr/sbin/john:
exists: true
mode: "0777"
owner: root
group: root
linked-to: ../lib/john/john-avx512bw-omp
filetype: symlink
/usr/sbin/zip2john:
exists: true
mode: "0777"
owner: root
group: root
linked-to: john
filetype: symlink
/usr/share/seclists:
exists: true
mode: "0755"
owner: root
group: root
filetype: directory
/usr/share/wordlists/rockyou.txt:
exists: true
mode: "0600"
filetype: file
command:
aws --version:
exit-status: 0
stdout:
- aws-cli/2
stderr: []
timeout: 10000
msfconsole -v:
exit-status: 0
stdout: []
stderr:
- 'Framework Version:'
timeout: 20000