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.4.6 "
22+ VERSION = "1.2.4.7 "
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 @@ -46,7 +46,7 @@ b950c8c2f2ae87ad2ec99e1d19b2c03a lib/core/option.py
46460c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4747a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4848fcb74fcc9577523524659ec49e2e964b lib/core/session.py
49- 6fd851fdbd1fd040f6212a6eff80bd0b lib/core/settings.py
49+ cc7aa83cd292f28d11782127d891256e lib/core/settings.py
50500dfc2ed40adf72e302291f6ecd4406f6 lib/core/shell.py
5151a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5252a35efa7bec9f1e6cedf17c9830a79241 lib/core/target.py
@@ -470,4 +470,4 @@ b5b8b0aebce810e6cdda1b7106c96427 xml/payloads/error_based.xml
4704703194e2688a7576e1f877d5b137f7c260 xml/payloads/stacked_queries.xml
471471c2d8dd03db5a663e79eabb4495dd0723 xml/payloads/time_blind.xml
472472ac649aff0e7db413e4937e446e398736 xml/payloads/union_query.xml
473- 775ed5c7e1340f76f17f6186abbd8c92 xml/queries.xml
473+ 186808373a45316a45ad5f6ca8d90ff3 xml/queries.xml
Original file line number Diff line number Diff line change 1414 <limitstring query =" LIMIT " />
1515 <order query =" ORDER BY %s ASC" />
1616 <count query =" COUNT(%s)" />
17- <comment query =" -- " query2 =" /*" query3 =" #" />
17+ <comment query =" -- - " query2 =" /*" query3 =" #" />
1818 <substring query =" MID((%s),%d,%d)" />
1919 <concatenate query =" CONCAT(%s,%s)" />
2020 <case query =" SELECT (CASE WHEN (%s) THEN 1 ELSE 0 END)" />
You can’t perform that action at this time.
0 commit comments