STOP GUESSIN'. START TRAPPIN'.

miel start --services http,ssh
██████╗  ██████╗  ██████╗ █████╗ ██╗             
██╔══██╗██╔═████╗██╔════╝██╔══██╗██║             
██████╔╝██║██╔██║██║     ███████║██║             
██╔══██╗████╔╝██║██║     ██╔══██║██║             
██████╔╝╚██████╔╝╚██████╗██║  ██║███████╗        
╚═════╝  ╚═════╝  ╚═════╝╚═╝  ╚═╝╚══════╝        
                                                 
                ██╗███╗   ███╗██╗███████╗██╗     
               ██╔╝████╗ ████║██║██╔════╝██║     
              ██╔╝ ██╔████╔██║██║█████╗  ██║     
             ██╔╝  ██║╚██╔╝██║██║██╔══╝  ██║     
            ██╔╝   ██║ ╚═╝ ██║██║███████╗███████╗
            ╚═╝    ╚═╝     ╚═╝╚═╝╚══════╝╚══════╝
=================================================
   B0CAL/MIEL Chameleon Research Honeypot v0.1   
=================================================
            
[INFO] Initializing MIEL services... [INFO] Validating service configuration... [✓] HTTP service configuration validated [✓] SSH service configuration validated [✓] Database service is up [INFO] Validating service configuration... [✓] Port 8080 (HTTP) available [✓] Port 2222 (SSH) available Would you like to start the WebUI interface ?[y/N] : y [INFO] Starting services... [INFO] Starting SSH daemon... [✓] SSH service started on port 2222 [INFO] Starting HTTP server... [✓] HTTP service started on port 8080 [INFO] Starting WebUI interface... [✓] WebUI started on http://localhost:3000
┌──────────────────────────────────────────────────────┐
│                     SERVICE STATUS                   │
├──────────────────────────────────────────────────────┤
│ Service  │ Status  │ Port │ PID  │ Uptime │ Memory   │
├──────────────────────────────────────────────────────┤
│ HTTP     │ RUNNING │ 8080 │ 1247 │ 00:03  │ 45.2 MB  │
│ SSH      │ RUNNING │ 2222 │ 1251 │ 00:02  │ 12.8 MB  │
│ Database │ RUNNING │ 5432 │ 1243 │ 00:04  │ 128.4 MB │
│ WebUI    │ RUNNING │ 3000 │ 1255 │ 00:01  │ 67.1 MB  │
└──────────────────────────────────────────────────────┘
          
[INFO] All services started successfully! [INFO] WebUI available at: http://localhost:3000 [INFO] API endpoint: http://localhost:8080/api [INFO] SSH access: ssh admin@localhost -p 2222 [INFO] Use 'miel status' to check service health [INFO] Use 'miel stop' to check service health [INFO] Use 'miel logs ' to view service logs
WHAT'S UP WITH IT?
  • ✔ Expose realistic vulnerable services to uncover attacker behavior
  • ✔ Adaptive deception that serves the right service at the right time.
  • ✔ Effortlessly extend functionality with simple configuration files.
  • ✔ Securely log every packet, shell interaction, and metadata in a database.
  • ✔ Get started instantly with pre-configured SSH and HTTP honeypots.
AUTHORS
>_ Drin
>_ Esteban
>_ Aubry
>_ Nils
{
    "version": "v0.1",
    "release": "nectar",
          
    "services": {
      "http", "ssh",
    }
}