From 9ca3b4691d3d48ad1d97e067e01db81ecf538134 Mon Sep 17 00:00:00 2001 From: anti Date: Sat, 11 Apr 2026 04:02:50 -0400 Subject: [PATCH] docs(roadmap): tick completed service implementations --- development/DEVELOPMENT.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/development/DEVELOPMENT.md b/development/DEVELOPMENT.md index 14929d8..67d84d2 100644 --- a/development/DEVELOPMENT.md +++ b/development/DEVELOPMENT.md @@ -4,7 +4,7 @@ *Goal: Ensure every service is interactive enough to feel real during manual exploration.* ### Remote Access & Shells -- [ ] **SSH (Cowrie)** — Custom filesystem, realistic user database, and command execution. +- [x] **SSH (Cowrie)** — Custom filesystem, realistic user database, and command execution. - [ ] **Telnet (Cowrie)** — Realistic banner and command emulation. - [ ] **RDP** — Realistic NLA authentication and screen capture (where possible). - [ ] **VNC** — Realistic RFB protocol handshake and authentication. @@ -15,31 +15,31 @@ - [ ] **Postgres** — Realistic version strings and basic query support. - [ ] **MSSQL** — Realistic TDS protocol handshake. - [ ] **MongoDB** — Support for common Mongo wire protocol commands. -- [ ] **Redis** — Support for basic GET/SET/INFO commands. +- [x] **Redis** — Support for basic GET/SET/INFO commands. - [ ] **Elasticsearch** — Realistic REST API responses for `/_cluster/health` etc. ### Web & APIs -- [ ] **HTTP** — Flexible templates (WordPress, phpMyAdmin, etc.) with logging. +- [x] **HTTP** — Flexible templates (WordPress, phpMyAdmin, etc.) with logging. - [ ] **Docker API** — Realistic responses for `docker version` and `docker ps`. - [ ] **Kubernetes (K8s)** — Mocked kubectl responses and basic API exploration. ### File Transfer & Storage - [ ] **SMB** — Realistic share discovery and basic file browsing. -- [ ] **FTP** — Support for common FTP commands and directory listing. +- [x] **FTP** — Support for common FTP commands and directory listing. - [ ] **TFTP** — Basic block-based file transfer emulation. ### Directory & Mail - [ ] **LDAP** — Basic directory search and authentication responses. -- [ ] **SMTP** — Mail server banners and basic EHLO/MAIL FROM support. -- [ ] **IMAP** — Realistic mail folder structure and auth. -- [ ] **POP3** — Basic mail retrieval protocol emulation. +- [x] **SMTP** — Mail server banners and basic EHLO/MAIL FROM support. +- [x] **IMAP** — Realistic mail folder structure and auth. +- [x] **POP3** — Basic mail retrieval protocol emulation. ### Industrial & IoT (ICS) -- [ ] **MQTT** — Basic topic subscription and publishing support. -- [ ] **SNMP** — Realistic MIB responses for common OIDs. +- [x] **MQTT** — Basic topic subscription and publishing support. +- [x] **SNMP** — Realistic MIB responses for common OIDs. - [ ] **SIP** — Basic VoIP protocol handshake and registration. - [ ] **LLMNR** — Realistic local name resolution responses. -- [ ] **Conpot** — SCADA/ICS protocol emulation (Modbus, etc.). +- [x] **Conpot** — SCADA/ICS protocol emulation (Modbus, etc.). ---