From bc1efe1237007be97ee3e508ba4ff966305bc812 Mon Sep 17 00:00:00 2001 From: Alexander Neff Date: Tue, 17 Mar 2026 10:06:02 -0400 Subject: [PATCH] Formatting --- nxc/modules/mssql_cbt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nxc/modules/mssql_cbt.py b/nxc/modules/mssql_cbt.py index facd6e7a..63733cda 100644 --- a/nxc/modules/mssql_cbt.py +++ b/nxc/modules/mssql_cbt.py @@ -2,8 +2,8 @@ from impacket import tds from nxc.helpers.misc import CATEGORY -# Module writtent by @Defte_ class NXCModule: + """Module written by @Defte_""" name = "mssql_cbt" description = "Checks whether Channel Binding is enabled on the MSSQL database" supported_protocols = ["mssql"]