docs(roadmap): tick completed service implementations
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
*Goal: Ensure every service is interactive enough to feel real during manual exploration.*
|
*Goal: Ensure every service is interactive enough to feel real during manual exploration.*
|
||||||
|
|
||||||
### Remote Access & Shells
|
### 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.
|
- [ ] **Telnet (Cowrie)** — Realistic banner and command emulation.
|
||||||
- [ ] **RDP** — Realistic NLA authentication and screen capture (where possible).
|
- [ ] **RDP** — Realistic NLA authentication and screen capture (where possible).
|
||||||
- [ ] **VNC** — Realistic RFB protocol handshake and authentication.
|
- [ ] **VNC** — Realistic RFB protocol handshake and authentication.
|
||||||
@@ -15,31 +15,31 @@
|
|||||||
- [ ] **Postgres** — Realistic version strings and basic query support.
|
- [ ] **Postgres** — Realistic version strings and basic query support.
|
||||||
- [ ] **MSSQL** — Realistic TDS protocol handshake.
|
- [ ] **MSSQL** — Realistic TDS protocol handshake.
|
||||||
- [ ] **MongoDB** — Support for common Mongo wire protocol commands.
|
- [ ] **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.
|
- [ ] **Elasticsearch** — Realistic REST API responses for `/_cluster/health` etc.
|
||||||
|
|
||||||
### Web & APIs
|
### 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`.
|
- [ ] **Docker API** — Realistic responses for `docker version` and `docker ps`.
|
||||||
- [ ] **Kubernetes (K8s)** — Mocked kubectl responses and basic API exploration.
|
- [ ] **Kubernetes (K8s)** — Mocked kubectl responses and basic API exploration.
|
||||||
|
|
||||||
### File Transfer & Storage
|
### File Transfer & Storage
|
||||||
- [ ] **SMB** — Realistic share discovery and basic file browsing.
|
- [ ] **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.
|
- [ ] **TFTP** — Basic block-based file transfer emulation.
|
||||||
|
|
||||||
### Directory & Mail
|
### Directory & Mail
|
||||||
- [ ] **LDAP** — Basic directory search and authentication responses.
|
- [ ] **LDAP** — Basic directory search and authentication responses.
|
||||||
- [ ] **SMTP** — Mail server banners and basic EHLO/MAIL FROM support.
|
- [x] **SMTP** — Mail server banners and basic EHLO/MAIL FROM support.
|
||||||
- [ ] **IMAP** — Realistic mail folder structure and auth.
|
- [x] **IMAP** — Realistic mail folder structure and auth.
|
||||||
- [ ] **POP3** — Basic mail retrieval protocol emulation.
|
- [x] **POP3** — Basic mail retrieval protocol emulation.
|
||||||
|
|
||||||
### Industrial & IoT (ICS)
|
### Industrial & IoT (ICS)
|
||||||
- [ ] **MQTT** — Basic topic subscription and publishing support.
|
- [x] **MQTT** — Basic topic subscription and publishing support.
|
||||||
- [ ] **SNMP** — Realistic MIB responses for common OIDs.
|
- [x] **SNMP** — Realistic MIB responses for common OIDs.
|
||||||
- [ ] **SIP** — Basic VoIP protocol handshake and registration.
|
- [ ] **SIP** — Basic VoIP protocol handshake and registration.
|
||||||
- [ ] **LLMNR** — Realistic local name resolution responses.
|
- [ ] **LLMNR** — Realistic local name resolution responses.
|
||||||
- [ ] **Conpot** — SCADA/ICS protocol emulation (Modbus, etc.).
|
- [x] **Conpot** — SCADA/ICS protocol emulation (Modbus, etc.).
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user