diff --git a/cme/protocols/mssql.py b/cme/protocols/mssql.py index 3eb401cf..e0fb44be 100755 --- a/cme/protocols/mssql.py +++ b/cme/protocols/mssql.py @@ -18,9 +18,6 @@ class mssql(connection): self.domain = None self.hash = None - if not is_powershell_installed(): - print highlight('[!] PowerShell not found and/or not installed, advanced PowerShell script obfuscation will be disabled!', 'red') - connection.__init__(self, args, db , host) @staticmethod diff --git a/cme/protocols/smb.py b/cme/protocols/smb.py index 38f65143..65bcb05b 100755 --- a/cme/protocols/smb.py +++ b/cme/protocols/smb.py @@ -106,9 +106,6 @@ class smb(connection): self.signing = False self.smb_share_name = smb_share_name - if not is_powershell_installed(): - print highlight('[!] PowerShell not found and/or not installed, advanced PowerShell script obfuscation will be disabled!', 'red') - connection.__init__(self, args, db, host) @staticmethod