File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33* .md5 text eol =lf
44* .py text eol =lf
55* .xml text eol =lf
6+ LICENSE text eol =lf
7+ COMMITMENT text eol =lf
68
79* _ binary
810* .dll binary
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.3.35 "
22+ VERSION = "1.3.3.36 "
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 @@ -50,7 +50,7 @@ d5ef43fe3cdd6c2602d7db45651f9ceb lib/core/readlineng.py
50507d8a22c582ad201f65b73225e4456170 lib/core/replication.py
51513179d34f371e0295dd4604568fb30bcd lib/core/revision.py
5252d6269c55789f78cf707e09a0f5b45443 lib/core/session.py
53- faf699cfc681672d8bfd80c18b0d96df lib/core/settings.py
53+ 94a1fd458bf3c9ced052707b8b5e447d lib/core/settings.py
54544483b4a5b601d8f1c4281071dff21ecc lib/core/shell.py
555510fd19b0716ed261e6d04f311f6f527c lib/core/subprocessng.py
565610d7e4f7ba2502cce5cf69223c52eddc lib/core/target.py
You can’t perform that action at this time.
0 commit comments