File tree 7 files changed +363
-216
lines changed
7 files changed +363
-216
lines changed Original file line number Diff line number Diff line change 25
25
run : |
26
26
nix -Lv build ./#zeek-release
27
27
nix develop -c zeek --version
28
+ - name : Check Zeek Plugins
29
+ run : nix develop -c zeek -N
28
30
- name : Check Query Script
29
31
run : |
30
32
nix develop -c zeek scripts/zeek-query.zeek >/dev/null 2>&1
Original file line number Diff line number Diff line change 1
1
* .DS_Store
2
2
* .vscode
3
- README_OLD.org
3
+ README_OLD.org
4
+ cache
Original file line number Diff line number Diff line change 2
2
#+EMAIL: gtrunsec@hardenedlinux.org
3
3
#+DATE: 10 August 2019
4
4
#+DESCRIPTION:
5
- #+KEYWORDS:
5
+ #+KEYWORDS: IDS Zeek
6
6
#+LANGUAGE: en cn
7
- #+SETUPFILE: ~/org-notes/setup/darkcss.local
8
- #+hugo_publishdate: (0 5)
9
- #+hugo_auto_set_lastmod: t
10
- #+HUGO_categories:
11
- #+HUGO_tags:
12
7
#+OPTIONS: H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
13
- #+SELECT_TAGS: export
14
- #+EXCLUDE_TAGS: noexport
15
8
* Buding Zeek with Nix package manager
16
9
17
10
** Install Nix
@@ -26,7 +19,7 @@ exec bash
26
19
27
20
** Building Zeek's binary by Nix
28
21
#+begin_src sh :async t :exports both :results output
29
- git clone https://github.com/hardenedlinux/zeek-nix
22
+ git clone https://github.com/hardenedlinux/zeek2nix
30
23
nix-build
31
24
# without clone
32
25
nix run github:hardenedlinux/zeek-nix#zeekTLS
@@ -45,14 +38,6 @@ sudo ./result/bin/zeek deploy
45
38
./result/bin/zeek status
46
39
#+end_src
47
40
48
- ** Using Nix zeek Scripts which were locked rev for Users
49
- #+begin_src sh :async t :exports both :results output
50
- git clone https://github.com/hardenedlinux/zeek-nix
51
- cd zeek-scripts
52
- nix-build
53
- #+end_src
54
- - ./reuslt/bin/<zeek-scirpts>
55
-
56
41
* DONE Deploy Zeek kafka topics with NixOS => Disnix
57
42
or Do a kafka topics test.
58
43
You can’t perform that action at this time.
0 commit comments