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"]