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

24
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()