Skip to content

Commit 4ae0854

Browse files
remove excess tab
1 parent e4925d3 commit 4ae0854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nxc/protocols/mssql/mssqlexec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def execute(self, command):
2626
self.logger.error("Error when executing PowerShell (received 'preparing modules for first use'), try prepending $ProgressPreference = 'SilentlyContinue'; to your command")
2727
except Exception as e:
2828
self.logger.error(f"Error when attempting to execute command via xp_cmdshell: {e}")
29-
29+
3030
try:
3131
self.logger.debug("Attempting to disable xp cmd shell")
3232
self.disable_xp_cmdshell()

0 commit comments

Comments
 (0)