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.2.10.22 "
22+ VERSION = "1.2.10.23 "
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 @@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
49490c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52- 5a5c0538e7464803ea3cd2b55b98f991 lib/core/settings.py
52+ dd0f57aae1f982454ab4ec1ba1dcbda2 lib/core/settings.py
5353dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5454a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
555547ad325975ab21fc9f11d90b46d0d143 lib/core/target.py
@@ -484,4 +484,4 @@ a279656ea3fcb85c727249b02f828383 xml/livetests.xml
48448482c65823a0af3fccbecf37f1c75f0b29 xml/payloads/stacked_queries.xml
48548592c41925eba27afeed76bceba6b18be2 xml/payloads/time_blind.xml
486486ac649aff0e7db413e4937e446e398736 xml/payloads/union_query.xml
487- c83a948e23219f1d101d3b3aa7eb1391 xml/queries.xml
487+ 67fa3c0ae62e866763be0dffebf19855 xml/queries.xml
Original file line number Diff line number Diff line change 739739 <hex query =" RAWTOHEX(%s)" />
740740 <inference query =" ASCII(SUBSTR((%s),%d,1))>%d" />
741741 <banner query =" H2VERSION()" />
742- <current_user query =" CURRENT_USER" />mirek
742+ <current_user query =" CURRENT_USER" />
743743 <current_db query =" DATABASE()" />
744744 <hostname />
745745 <table_comment />
You can’t perform that action at this time.
0 commit comments