feat: presentation RevealJS - Groupe Lazarus et hack de Bybit 2025

This commit is contained in:
Kerboul
2026-03-10 02:12:55 -07:00
commit d4ba035a0b
7 changed files with 1921 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "Presentation Cybersecurite - Lazarus Group",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"forwardPorts": [8000],
"postCreateCommand": "npm install",
"customizations": {
"vscode": {
"extensions": [
"ritwickdey.LiveServer"
],
"settings": {
"liveServer.settings.port": 8000,
"liveServer.settings.root": "/"
}
}
}
}