wiki: skeleton (home, sidebar, footer)

anti
2026-04-18 06:03:00 -04:00
parent 9de6ea3dff
commit c80940e531
3 changed files with 111 additions and 1 deletions

57
Home.md

@@ -1 +1,56 @@
Welcome to the Wiki. # DECNET Wiki
DECNET is a honeypot deception-network framework that spins up fleets of fake machines (deckies) running realistic services (RDP, SMB, SSH, FTP, HTTP, and more) to lure, observe, and profile attackers. Every interaction is funnelled to an isolated logging network (syslog/ELK/SIEM) so the real infrastructure stays silent while the decoys do the talking. It runs on a single host (UNIHOST) or across a swarm, with container-level OS fingerprint spoofing and per-service personas.
## Start here
- New to DECNET? Read [Quick-Start](Quick-Start).
- Setting up a host from scratch? Read [Installation](Installation) and [Requirements-and-Python-Versions](Requirements-and-Python-Versions).
- Looking up a flag? See [CLI-Reference](CLI-Reference).
Supported Python: 3.11, 3.12, 3.13. Python 3.14 is **not** supported — its new garbage collector breaks DECNET under load. See [Requirements-and-Python-Versions](Requirements-and-Python-Versions).
## User docs
- [Quick-Start](Quick-Start)
- [Installation](Installation)
- [Requirements-and-Python-Versions](Requirements-and-Python-Versions)
- [CLI-Reference](CLI-Reference)
- [INI-Config-Format](INI-Config-Format)
- [Custom-Services](Custom-Services)
- [Services-Catalog](Services-Catalog)
- [Service-Personas](Service-Personas)
- [Archetypes](Archetypes)
- [Distro-Profiles](Distro-Profiles)
- [OS-Fingerprint-Spoofing](OS-Fingerprint-Spoofing)
- [Networking-MACVLAN-IPVLAN](Networking-MACVLAN-IPVLAN)
- [Deployment-Modes](Deployment-Modes)
- [Environment-Variables](Environment-Variables)
- [Teardown-and-State](Teardown-and-State)
- [Database-Drivers](Database-Drivers)
- [Systemd-Setup](Systemd-Setup)
- [Logging-and-Syslog](Logging-and-Syslog)
- [Web-Dashboard](Web-Dashboard)
- [REST-API-Reference](REST-API-Reference)
- [Mutation-and-Randomization](Mutation-and-Randomization)
- [Troubleshooting](Troubleshooting)
## Developer docs
- [Developer-Guide](Developer-Guide)
- [Design-Overview](Design-Overview)
- [Writing-a-Service-Plugin](Writing-a-Service-Plugin)
- [Module-Reference-Core](Module-Reference-Core)
- [Module-Reference-Web](Module-Reference-Web)
- [Module-Reference-Services](Module-Reference-Services)
- [Module-Reference-Workers](Module-Reference-Workers)
- [Testing-and-CI](Testing-and-CI)
- [Performance-Story](Performance-Story)
- [Tracing-and-Profiling](Tracing-and-Profiling)
## Project meta
- [Sponsors](Sponsors)
- [Support-the-Project](Support-the-Project)
- [Security-and-Stealth](Security-and-Stealth)
- [Roadmap-and-Known-Debt](Roadmap-and-Known-Debt)

1
_Footer.md Normal file

@@ -0,0 +1 @@
DECNET — honeypot deception-network framework. See [Sponsors](Sponsors) to support the project. Contact: samuel.paschuan@xmartlab.com

54
_Sidebar.md Normal file

@@ -0,0 +1,54 @@
# DECNET
- [Home](Home)
<details open><summary><strong>User docs</strong></summary>
- [Quick-Start](Quick-Start)
- [Installation](Installation)
- [Requirements-and-Python-Versions](Requirements-and-Python-Versions)
- [CLI-Reference](CLI-Reference)
- [INI-Config-Format](INI-Config-Format)
- [Custom-Services](Custom-Services)
- [Services-Catalog](Services-Catalog)
- [Service-Personas](Service-Personas)
- [Archetypes](Archetypes)
- [Distro-Profiles](Distro-Profiles)
- [OS-Fingerprint-Spoofing](OS-Fingerprint-Spoofing)
- [Networking-MACVLAN-IPVLAN](Networking-MACVLAN-IPVLAN)
- [Deployment-Modes](Deployment-Modes)
- [Environment-Variables](Environment-Variables)
- [Teardown-and-State](Teardown-and-State)
- [Database-Drivers](Database-Drivers)
- [Systemd-Setup](Systemd-Setup)
- [Logging-and-Syslog](Logging-and-Syslog)
- [Web-Dashboard](Web-Dashboard)
- [REST-API-Reference](REST-API-Reference)
- [Mutation-and-Randomization](Mutation-and-Randomization)
- [Troubleshooting](Troubleshooting)
</details>
<details><summary><strong>Developer docs</strong></summary>
- [Developer-Guide](Developer-Guide)
- [Design-Overview](Design-Overview)
- [Writing-a-Service-Plugin](Writing-a-Service-Plugin)
- [Module-Reference-Core](Module-Reference-Core)
- [Module-Reference-Web](Module-Reference-Web)
- [Module-Reference-Services](Module-Reference-Services)
- [Module-Reference-Workers](Module-Reference-Workers)
- [Testing-and-CI](Testing-and-CI)
- [Performance-Story](Performance-Story)
- [Tracing-and-Profiling](Tracing-and-Profiling)
</details>
<details><summary><strong>Project meta</strong></summary>
- [Sponsors](Sponsors)
- [Support-the-Project](Support-the-Project)
- [Security-and-Stealth](Security-and-Stealth)
- [Roadmap-and-Known-Debt](Roadmap-and-Known-Debt)
</details>