Skip to content

Commit 47c23a8

Browse files
committed
Feat(tips): add new audit tip
1 parent e66d33b commit 47c23a8

File tree

4 files changed

+11
-1
lines changed

4 files changed

+11
-1
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
title: Faire un audit de sécurité
3+
author: mbollot
4+
date: 2024-05-24
5+
expirydate: ""
6+
draft: false
7+
---
8+
Vous êtes piraté ! Ou au moins vous êtes piratable ! Bon, peut-être pas mais comment savoir sans faire un audit ? Alors c'est parti grâce à [lynis](https://github.com/CISOfy/lynis). Lancez \`lynis audit system\` et regardez le résultat. Disponible sur linux, macOS, BSD.

site/layouts/tags/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<section id="tips">
44
<div class="wrapper">
55
<h1>
6-
Tips
6+
Tags
77
</h1>
88
</div>
99

site/layouts/tips/list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{{ define "main" }}
22

3+
{{ $paginator := .Paginate (where .Pages "Type" "blog") 8 }}
34
<section id="tips">
45
<h1>
56
Tips

site/layouts/tipstags/list.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{{ define "main" }}
22

3+
{{ $paginator := .Paginate (where .Pages "Type" "tips") 8 }}
34
<section id="tips">
45
<div class="wrapper">
56
<h1>

0 commit comments

Comments
 (0)