From 06c0e835a88a549304e29eaf2b17b20dcb3a71d0 Mon Sep 17 00:00:00 2001 From: Bob Peters Date: Sun, 5 Jan 2025 14:06:24 +0100 Subject: [PATCH] Added description to the honeypot tutorial --- content/posts/honeypot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/honeypot.md b/content/posts/honeypot.md index 2692b49..1d297d6 100644 --- a/content/posts/honeypot.md +++ b/content/posts/honeypot.md @@ -2,7 +2,7 @@ title = "Building a Honeypot in Rust and Deploy it to Oracle for Free" date = "2025-01-05" slug = "Building a Honeypot in Rust and Deploy it to Oracle for Free" -description = "" +description = "Learn how to build a honeypot in Rust and deploy it to Oracle Cloud for free! This step-by-step guide covers coding, deployment, and tips for leveraging Rust’s safety and performance for cybersecurity projects." +++ # Introduction