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.3.1.72 "
22+ VERSION = "1.3.1.73 "
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 @@ fe370021c6bc99daf44b2bfc0d1effb3 lib/core/patch.py
49497d8a22c582ad201f65b73225e4456170 lib/core/replication.py
50503179d34f371e0295dd4604568fb30bcd lib/core/revision.py
5151d6269c55789f78cf707e09a0f5b45443 lib/core/session.py
52- 568792efda46b66327bb5e42ee5f136f lib/core/settings.py
52+ 4f46f6e3c01512d8e39aae2a61390a15 lib/core/settings.py
53534483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py
545410fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py
55559c7b5c6397fb3da33e7a4d7876d159c6 lib/core/target.py
Original file line number Diff line number Diff line change @@ -2604,4 +2604,4 @@ login_count
26042604
26052605# Misc
26062606
2607- u_pass
2607+ u_pass
You can’t perform that action at this time.
0 commit comments