Spaces:
Running
Running
Update utils.py
Browse files
utils.py
CHANGED
@@ -17,7 +17,7 @@ COMPILE_FOLDER = os.path.join(BASE_DIR, "compile")
|
|
17 |
NSIS_COMPILER = "makensis" # Ensure NSIS is installed on your Linux system
|
18 |
OBFUSCATOR_SCRIPT = os.path.join(BASE_DIR, "Obfus", "main.ps1")
|
19 |
UPLOAD_URL = 'https://ambelo-benjamin.hf.space/upload'
|
20 |
-
POWERSHELL_FILE_PATH = os.path.join(PE_FOLDER, "
|
21 |
|
22 |
def generate_random_string(length=8):
|
23 |
return ''.join(random.choices(string.ascii_letters + string.digits, k=length))
|
|
|
17 |
NSIS_COMPILER = "makensis" # Ensure NSIS is installed on your Linux system
|
18 |
OBFUSCATOR_SCRIPT = os.path.join(BASE_DIR, "Obfus", "main.ps1")
|
19 |
UPLOAD_URL = 'https://ambelo-benjamin.hf.space/upload'
|
20 |
+
POWERSHELL_FILE_PATH = os.path.join(PE_FOLDER, "powerv4.ps1")
|
21 |
|
22 |
def generate_random_string(length=8):
|
23 |
return ''.join(random.choices(string.ascii_letters + string.digits, k=length))
|