sigyllly commited on
Commit
9a0dd93
·
verified ·
1 Parent(s): 6d1feba

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
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, "powerv3.ps1")
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))