mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
Minor fix in MSSQL 2000 fingerprint
This commit is contained in:
@@ -212,6 +212,11 @@ class MSSQLServerMap(Fingerprint, Enumeration, Filesystem, Miscellaneous, Takeov
|
|||||||
|
|
||||||
break
|
break
|
||||||
|
|
||||||
|
elif version == 0:
|
||||||
|
kb.dbmsVersion = [ "2000" ]
|
||||||
|
|
||||||
|
break
|
||||||
|
|
||||||
else:
|
else:
|
||||||
payload = agent.fullPayload(" AND SUBSTRING((@@VERSION), 22, 1)=7")
|
payload = agent.fullPayload(" AND SUBSTRING((@@VERSION), 22, 1)=7")
|
||||||
result = Request.queryPage(payload)
|
result = Request.queryPage(payload)
|
||||||
|
|||||||
Reference in New Issue
Block a user