Update msol.py

main
Daahtk 2023-01-04 19:31:01 +01:00 committed by mpgn
parent 34b88f80af
commit a2a844c3cb
1 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,6 @@
# Author of the module : https://twitter.com/Daahtk
# Based on the article : https://blog.xpnsec.com/azuread-connect-for-redteam/
import subprocess
from base64 import b64decode
from sys import exit
from os import path
@ -58,7 +57,7 @@ class CMEModule:
except Exception as e:
context.log.error(f"Error writing file to share {self.tmp_share}: {e}")
return
# jusque la on a juste upload le fichier
try:
if self.cmd == "":
context.log.info(f"Executing the script")