This commit is contained in:
2025-11-06 20:05:19 +01:00
parent 22ec46f9a0
commit d57fac0bea
83 changed files with 10365 additions and 0 deletions

12
Angel-payload/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"]
}