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.19 "
22+ VERSION = "1.1.7.21 "
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 @@ f664e993a4e4d0f8b3153778bec49794 lib/core/option.py
4646d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4747785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
484840c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
49- 9057e2954f45a1d39f5fe6edeafae709 lib/core/settings.py
49+ 590db8b7ada687074d1eed39a9a1c628 lib/core/settings.py
5050d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
51512ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
5252080dad10c8350a66fd5321935b53fa70 lib/core/target.py
@@ -103,7 +103,7 @@ db3090ff9a740ba096ba676fcf44ebfc lib/techniques/union/use.py
103103c08d2487a53a1db8170178ebcf87c864 lib/utils/crawler.py
104104ba12c69a90061aa14d848b8396e79191 lib/utils/deps.py
1051053b9fd519164e0bf275d5fd361c3f11ff lib/utils/getch.py
106- 95d27ccdb712e9a750337daeb75ab12b lib/utils/har.py
106+ fee8a47fdbd3b2fe93a5afade80e68e7 lib/utils/har.py
107107ccfdad414ce2ec0c394c3deaa39a82bf lib/utils/hashdb.py
10810812e0e0ab70c6fe5786bc561c35dc067f lib/utils/hash.py
109109e76a08237ee6a4cd6855af79610ea8a5 lib/utils/htmlentities.py
You can’t perform that action at this time.
0 commit comments