mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Adding recognition of Azure
This commit is contained in:
parent
6f54be987f
commit
39be0f30d8
2 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue