Upload files to "/"

This commit is contained in:
2025-12-22 15:13:52 +00:00
parent 6015ca963f
commit 0e53a7b269
264 changed files with 24582 additions and 3 deletions

12
dub.json Normal file
View File

@@ -0,0 +1,12 @@
{
"authors": ["3xc"],
"version": "1.0.0",
"copyright": "Copyright © 2024, 3xc",
"description": "Versatile stealthy control and exfiltration framework",
"license": "MIT",
"name": "angel",
"targetType": "executable",
"targetPath": "dist",
"sourcePaths": ["angel"],
"libs": ["crypt32"]
}