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.1.12 "
22+ VERSION = "1.2.1.13 "
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 @@ -32,7 +32,7 @@ def update():
3232 errMsg += "from GitHub (e.g. 'git clone --depth 1 https://github.com/sqlmapproject/sqlmap.git sqlmap')"
3333 logger .error (errMsg )
3434 else :
35- infoMsg = "updating sqlmap to the latest development version from the "
35+ infoMsg = "updating sqlmap to the latest development revision from the "
3636 infoMsg += "GitHub repository"
3737 logger .info (infoMsg )
3838
Original file line number Diff line number Diff line change @@ -46,14 +46,14 @@ ffa5f01f39b17c8d73423acca6cfe86a lib/core/readlineng.py
46460c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4747a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4848fcb74fcc9577523524659ec49e2e964b lib/core/session.py
49- 1887ce5c0983ffbeda639e3110a54521 lib/core/settings.py
49+ 390a33fe4fce640f5f226a68a7007778 lib/core/settings.py
5050d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
515163491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
5252505aaa61e1bba3c3d4567c3e667699e3 lib/core/target.py
535372d499ca8d792e90a1ebfb2ad2341a51 lib/core/testing.py
5454de9922a29c71a235cb95a916ff925db2 lib/core/threads.py
5555c40758411bb0bd68764d78e0bb72bd0f lib/core/unescaper.py
56- 35a1b50e3687e1a174073b46c8022c81 lib/core/update.py
56+ 1c2e5a9a34d4778c336a3d66d86ad000 lib/core/update.py
5757fc624104ddb36d41794b7a943fde5f21 lib/core/wordlist.py
58581e5532ede194ac9c083891c2f02bca93 lib/__init__.py
59597620f1f4b8791e13c7184c06b5421754 lib/parse/banner.py
You can’t perform that action at this time.
0 commit comments