EWS Service - zakharb/labshock GitHub Wiki

Engineering Workstation is service with capabilities and tools:

  • Interfaces for PLC programming & SCADA interaction
  • Pre-configured IDE with Editor for faster workflows
  • Pre-loaded PLC and SCADA projects for quick setup and testing
  • Easy Access allowing users to interact with EWS through a browser



🟨 Default EWS

Labshock contains Engineering Station based on Kali Linux

EWS comes pre-configured and ready to use:

  • IDE OpenPLC Editor
  • Interface to PLC
  • Interface to SCADA
  • Saved PLC/SCADA projects

🔶 Login

🔶 SCADA Interface

  • click SCADA link on Desktop
  • project is located in SCADA folder on Desktop

🔶 PLC Interface

  • click PLC link on Desktop
  • project is located in PLC folder on Desktop

🔶 IDE Interface

  • click IDE link on Desktop
  • project is located in PLC folder on Desktop



🟨 Windows EWS

It's also possible to run Windows inside Labshock:

check & use this github repo dockur/windows use at your own risk & effort To run inside labshock include in docker-compose.yml service:

  ews-win:
    image: dockurr/windows
    container_name: windows
    environment:
      VERSION: "11"
    devices:
      - /dev/kvm
      - /dev/net/tun
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
      - 3389:3389/tcp
      - 3389:3389/udp
    stop_grace_period: 2m
⚠️ **GitHub.com Fallback** ⚠️