mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Adding recognition of Azure
This commit is contained in:
@@ -95,7 +95,8 @@ class Fingerprint(GenericFingerprint):
|
||||
("2012", "CONCAT(NULL,NULL)=CONCAT(NULL,NULL)"),
|
||||
("2014", "CHARINDEX('12.0.2000',@@version)>0"),
|
||||
("2016", "ISJSON(NULL) IS NULL"),
|
||||
("2017", "TRIM(NULL) IS NULL")
|
||||
("2017", "TRIM(NULL) IS NULL"),
|
||||
("Azure", "@@VERSION LIKE '%Azure%'"),
|
||||
):
|
||||
result = inject.checkBooleanExpression(check)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user