Skip to content

Commit

Permalink
update releas tools
Browse files Browse the repository at this point in the history
  • Loading branch information
x86phil committed May 16, 2024
1 parent 1aa2cc5 commit 56f8632
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 8 deletions.
19 changes: 17 additions & 2 deletions public/data/tools_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
]
}
]
}
},
{
"language": "Linux",
"tags": [
"linux"
],
"examples": [
{
"name": "Laurel",
"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.",
"link": "https://github.com/threathunters-io/laurel",
"tags": [
"auditd(8)"
]
}
]
}
]

20 changes: 18 additions & 2 deletions public/tools/_print/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,25 @@ <h5><label class="d-block" for="filter-lang">Filter by language</label></h5>
]
}
]
}
},
{
"language": "Linux",
"tags": [
"linux"
],
"examples": [
{
"name": "Laurel",
"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.",
"link": "https://github.com/threathunters-io/laurel",
"tags": [
"auditd(8)"
]
}
]
}
]

;

let languageOptions = [`<option value="">All</option>`].concat(
Expand Down
20 changes: 18 additions & 2 deletions public/tools/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -198,9 +198,25 @@ <h5><label class="d-block" for="filter-lang">Filter by language</label></h5>
]
}
]
}
},
{
"language": "Linux",
"tags": [
"linux"
],
"examples": [
{
"name": "Laurel",
"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.",
"link": "https://github.com/threathunters-io/laurel",
"tags": [
"auditd(8)"
]
}
]
}
]

;

let languageOptions = [`<option value="">All</option>`].concat(
Expand Down
19 changes: 17 additions & 2 deletions static/data/tools_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
]
}
]
}
},
{
"language": "Linux",
"tags": [
"linux"
],
"examples": [
{
"name": "Laurel",
"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.",
"link": "https://github.com/threathunters-io/laurel",
"tags": [
"auditd(8)"
]
}
]
}
]

0 comments on commit 56f8632

Please sign in to comment.