File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919from lib .core .enums import OS
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.1.7.28 "
22+ VERSION = "1.1.7.29 "
2323TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2424TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
2525VERSION_STRING = "sqlmap/%s#%s" % ('.' .join (VERSION .split ('.' )[:- 1 ]) if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] == '0' else VERSION , TYPE )
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ def checkDbms(self):
8282 if conf .direct :
8383 result = True
8484 else :
85- result = inject .checkBooleanExpression ("SQUARE([RANDNUM])= SQUARE([RANDNUM]) " )
85+ result = inject .checkBooleanExpression ("UNICODE( SQUARE(NULL)) IS NULL " )
8686
8787 if result :
8888 infoMsg = "confirming %s" % DBMS .MSSQL
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ fbf750dc617c3549ee423d6c2334ba4d lib/core/option.py
4646d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4747785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
484840c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
49- c83e83521224f8012103cae099a6cd2f lib/core/settings.py
49+ c26a0ff3f3275c3db5d7b7184b4fb77e lib/core/settings.py
5050d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
51512ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
525285e3a98bc9ba62125baa13e864f37a3f lib/core/target.py
@@ -162,7 +162,7 @@ e6036f5b2e39aec37ba036a8cf0efd6f plugins/dbms/maxdb/syntax.py
162162e3e78fab9b5eb97867699f0b20e59b62 plugins/dbms/mssqlserver/connector.py
163163b8de437eaa3e05c3db666968b7d142e4 plugins/dbms/mssqlserver/enumeration.py
1641645de6074ee2f7dc5b04b70307d36dbe1d plugins/dbms/mssqlserver/filesystem.py
165- 13cb15e8abfb05818e6f66c687b78664 plugins/dbms/mssqlserver/fingerprint.py
165+ 5207943c31e166a70d5fc7cec8b5ef18 plugins/dbms/mssqlserver/fingerprint.py
16616640bd890988f9acd3942255d687445371 plugins/dbms/mssqlserver/__init__.py
167167400ce654ff6bc57a40fb291322a18282 plugins/dbms/mssqlserver/syntax.py
16816820c669e084ea4d6b968a5834f7fec66c plugins/dbms/mssqlserver/takeover.py
You can’t perform that action at this time.
0 commit comments