diff --git a/Home.md b/Home.md index 5d08b7b..2e9187a 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,56 @@ -Welcome to the Wiki. \ No newline at end of file +# 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) diff --git a/_Footer.md b/_Footer.md new file mode 100644 index 0000000..9a77752 --- /dev/null +++ b/_Footer.md @@ -0,0 +1 @@ +DECNET — honeypot deception-network framework. See [Sponsors](Sponsors) to support the project. Contact: samuel.paschuan@xmartlab.com diff --git a/_Sidebar.md b/_Sidebar.md new file mode 100644 index 0000000..1342d66 --- /dev/null +++ b/_Sidebar.md @@ -0,0 +1,54 @@ +# DECNET + +- [Home](Home) + +
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) + +