Skip to content

Commit 56f8632

Browse files
committedMay 16, 2024·
update releas tools
1 parent 1aa2cc5 commit 56f8632

File tree

4 files changed

+70
-8
lines changed

4 files changed

+70
-8
lines changed
 

‎public/data/tools_list.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
]
1616
}
1717
]
18-
}
18+
},
19+
{
20+
"language": "Linux",
21+
"tags": [
22+
"linux"
23+
],
24+
"examples": [
25+
{
26+
"name": "Laurel",
27+
"description": "LAUREL is an event post-processing plugin for auditd(8) that generates useful, enriched JSON-based audit logs suitable for modern security monitoring setups.",
28+
"link": "https://github.com/threathunters-io/laurel",
29+
"tags": [
30+
"auditd(8)"
31+
]
32+
}
33+
]
34+
}
1935
]
20-

‎public/tools/_print/index.html

+18-2
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,25 @@ <h5><label class="d-block" for="filter-lang">Filter by language</label></h5>
198198
]
199199
}
200200
]
201-
}
201+
},
202+
{
203+
"language": "Linux",
204+
"tags": [
205+
"linux"
206+
],
207+
"examples": [
208+
{
209+
"name": "Laurel",
210+
"description": "LAUREL is an event post-processing plugin for auditd(8) that generates useful, enriched JSON-based audit logs suitable for modern security monitoring setups.",
211+
"link": "https://github.com/threathunters-io/laurel",
212+
"tags": [
213+
"auditd(8)"
214+
]
215+
}
216+
]
217+
}
202218
]
203-
219+
204220
;
205221

206222
let languageOptions = [`<option value="">All</option>`].concat(

‎public/tools/index.html

+18-2
Original file line numberDiff line numberDiff line change
@@ -198,9 +198,25 @@ <h5><label class="d-block" for="filter-lang">Filter by language</label></h5>
198198
]
199199
}
200200
]
201-
}
201+
},
202+
{
203+
"language": "Linux",
204+
"tags": [
205+
"linux"
206+
],
207+
"examples": [
208+
{
209+
"name": "Laurel",
210+
"description": "LAUREL is an event post-processing plugin for auditd(8) that generates useful, enriched JSON-based audit logs suitable for modern security monitoring setups.",
211+
"link": "https://github.com/threathunters-io/laurel",
212+
"tags": [
213+
"auditd(8)"
214+
]
215+
}
216+
]
217+
}
202218
]
203-
219+
204220
;
205221

206222
let languageOptions = [`<option value="">All</option>`].concat(

‎static/data/tools_list.json

+17-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@
1515
]
1616
}
1717
]
18-
}
18+
},
19+
{
20+
"language": "Linux",
21+
"tags": [
22+
"linux"
23+
],
24+
"examples": [
25+
{
26+
"name": "Laurel",
27+
"description": "LAUREL is an event post-processing plugin for auditd(8) that generates useful, enriched JSON-based audit logs suitable for modern security monitoring setups.",
28+
"link": "https://github.com/threathunters-io/laurel",
29+
"tags": [
30+
"auditd(8)"
31+
]
32+
}
33+
]
34+
}
1935
]
20-

0 commit comments

Comments
 (0)
Please sign in to comment.