mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 00:42:23 +01:00
Minor layout adjustment
This commit is contained in:
parent
b0ad102efb
commit
24ddbdc89d
1 changed files with 1 additions and 1 deletions
|
|
@ -176,7 +176,7 @@ class MSSQLServerMap(Fingerprint, Enumeration, Filesystem, Takeover):
|
||||||
logMsg = "testing Microsoft SQL Server"
|
logMsg = "testing Microsoft SQL Server"
|
||||||
logger.info(logMsg)
|
logger.info(logMsg)
|
||||||
|
|
||||||
payload = agent.fullPayload(" AND LEN(@@version)=LEN(@@version)")
|
payload = agent.fullPayload(" AND LEN(@@VERSION)=LEN(@@VERSION)")
|
||||||
result = Request.queryPage(payload)
|
result = Request.queryPage(payload)
|
||||||
|
|
||||||
if result == True:
|
if result == True:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue