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 45
45
46
46
```
47
47
ZeroTrace/
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
+ │
52
65
├── 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)
57
77
```
58
78
59
79
<br >
You can’t perform that action at this time.
0 commit comments