Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 24ddbdc

Browse files
committed
Minor layout adjustment
1 parent b0ad102 commit 24ddbdc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/dbms/mssqlserver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ def checkDbms(self):
176176
logMsg = "testing Microsoft SQL Server"
177177
logger.info(logMsg)
178178

179-
payload = agent.fullPayload(" AND LEN(@@version)=LEN(@@version)")
179+
payload = agent.fullPayload(" AND LEN(@@VERSION)=LEN(@@VERSION)")
180180
result = Request.queryPage(payload)
181181

182182
if result == True:

0 commit comments

Comments
 (0)