mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 11:03:47 +03:00
Minor layout adjustment
This commit is contained in:
parent
b0ad102efb
commit
24ddbdc89d
|
@ -176,7 +176,7 @@ class MSSQLServerMap(Fingerprint, Enumeration, Filesystem, Takeover):
|
|||
logMsg = "testing Microsoft SQL Server"
|
||||
logger.info(logMsg)
|
||||
|
||||
payload = agent.fullPayload(" AND LEN(@@version)=LEN(@@version)")
|
||||
payload = agent.fullPayload(" AND LEN(@@VERSION)=LEN(@@VERSION)")
|
||||
result = Request.queryPage(payload)
|
||||
|
||||
if result == True:
|
||||
|
|
Loading…
Reference in New Issue
Block a user