File tree Expand file tree Collapse file tree 1 file changed +28
-8
lines changed
Expand file tree Collapse file tree 1 file changed +28
-8
lines changed Original file line number Diff line number Diff line change 4545
4646```
4747ZeroTrace/
48- ├── index.html # Hauptinterface (Terminal)
49- ├── js/
50- │ ├── coreEngine.js # Spiel-Logik und Tool-Verhalten
51- │ └── missions.js # Externe Missionsstruktur (optional)
48+ ├── assets/sounds
49+ │ ├── altert.wav
50+ │
51+ ├── data/sites
52+ │ │ ├── darknet.html.html
53+ │ │ ├── gov-portal.html
54+ │ │ ├── nexuscorp.html
55+ │ │
56+ │ ├── coreEngine.js
57+ │ ├── server.js
58+ │ ├── missions.js
59+ │
60+ ├── js
61+ │ ├── coreEngine.js
62+ │
63+ ├── node_modules
64+ │
5265├── style/
53- │ └── terminal.css # Interface-Styling
54- ├── uploads/ # Hochgeladene Dateien (wird automatisch erzeugt)
55- ├── server.js # Node.js Backend für Datei-Upload
56- └── ServerStart.bat # Startskript für Frontend + Backend + Browser
66+ │ └── terminal.css
67+ │
68+ ├── uploads/
69+ │ ├── ──< < ┐
70+ │ │
71+ ├── index.html │
72+ ├── package.json │
73+ ├── server.js │
74+ ├── ServerStart.bat │
75+ └── upload.log ── ── ── ─ ┘
76+ └──(Automatic process - Tools </> uploadFile)
5777```
5878
5979<br >
You can’t perform that action at this time.
0 commit comments