We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b93d06 commit 6030c49Copy full SHA for 6030c49
1 file changed
nxc/modules/link_enable_cmdshell.py
@@ -1,11 +1,11 @@
1
class NXCModule:
2
"""
3
- Enable or disable xp_cmdshell on a linked SQL server
+ Enable or disable xp_cmdshell on a linked MSSQL server
4
Module by deathflamingo
5
6
7
name = "link_enable_cmdshell"
8
- description = "Enable or disable xp_cmdshell on a linked SQL server"
+ description = "Enable or disable xp_cmdshell on a linked MSSQL server"
9
supported_protocols = ["mssql"]
10
opsec_safe = False
11
multiple_hosts = False
0 commit comments