Skip to content

Commit 6030c49

Browse files
committed
Specify that it is an MSSQL server
1 parent 1b93d06 commit 6030c49

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nxc/modules/link_enable_cmdshell.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
class NXCModule:
22
"""
3-
Enable or disable xp_cmdshell on a linked SQL server
3+
Enable or disable xp_cmdshell on a linked MSSQL server
44
Module by deathflamingo
55
"""
66

77
name = "link_enable_cmdshell"
8-
description = "Enable or disable xp_cmdshell on a linked SQL server"
8+
description = "Enable or disable xp_cmdshell on a linked MSSQL server"
99
supported_protocols = ["mssql"]
1010
opsec_safe = False
1111
multiple_hosts = False

0 commit comments

Comments
 (0)