From 09b6a832ee68d5082b6761734d2c34d222f66ca9 Mon Sep 17 00:00:00 2001 From: anti Date: Tue, 16 Jun 2026 19:13:17 -0400 Subject: [PATCH] docs(readme): add logo banner + badges to header --- README.md | 20 ++++++++++++++++++-- assets/decnet-logo.svg | 6 ++++++ 2 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 assets/decnet-logo.svg diff --git a/README.md b/README.md index 4898b65f..b1bf6937 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,25 @@ -# DECNET +
-A honeypot deception network framework. Spin up a fleet of fake machines — called **deckies** — that appear as real, heterogeneous LAN hosts to anyone scanning the network. Each decky gets its own MAC address, IP, hostname, services, OS fingerprint, and log pipeline. Attackers probe the network, DECNET traps every interaction, and a full intelligence stack profiles, clusters, and attributes their behaviour. +DECNET — Deception Network + +**A honeypot deception network framework.** + +Spin up a fleet of fake machines — **deckies** — that look like real, heterogeneous LAN hosts to anyone scanning the network. Each decky gets its own MAC, IP, hostname, services, OS fingerprint, and log pipeline. Attackers probe; DECNET traps every interaction; a full intelligence stack profiles, clusters, and attributes their behaviour. + +
+ +[![PyPI version](https://img.shields.io/pypi/v/decnet.svg)](https://pypi.org/project/decnet/) +[![Python](https://img.shields.io/pypi/pyversions/decnet.svg)](https://pypi.org/project/decnet/) +[![License: AGPL-3.0](https://img.shields.io/badge/license-AGPL--3.0-blue.svg)](LICENSE) +[![Ruff](https://img.shields.io/badge/lint-ruff-261230.svg?logo=ruff&logoColor=white)](https://github.com/astral-sh/ruff) +[![Platform](https://img.shields.io/badge/platform-Linux-333.svg?logo=linux&logoColor=white)](#requirements) + +[Quick Start](#quick-start) · [Architecture](#architecture) · [REST API](#rest-api--web-dashboard) · [MazeNET](#mazenet-topology) · [Support](https://ko-fi.com/C0C31YDLB5) [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/C0C31YDLB5) +
+ --- ## Table of Contents diff --git a/assets/decnet-logo.svg b/assets/decnet-logo.svg new file mode 100644 index 00000000..b1befbd3 --- /dev/null +++ b/assets/decnet-logo.svg @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file