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.17 "
22+ VERSION = "1.2.1.18 "
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 @@ -41,8 +41,6 @@ def __init__(self, dialect=None):
4141
4242 def connect (self ):
4343 if _sqlalchemy :
44- import pdb
45- pdb .set_trace ()
4644 self .initConnection ()
4745
4846 try :
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ ffa5f01f39b17c8d73423acca6cfe86a lib/core/readlineng.py
46460c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
4747a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
4848fcb74fcc9577523524659ec49e2e964b lib/core/session.py
49- 50a0f84801ca7dcc40fd3112320d3fe2 lib/core/settings.py
49+ 1349fdfa1f60244969299a4431024420 lib/core/settings.py
5050d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
515163491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
5252505aaa61e1bba3c3d4567c3e667699e3 lib/core/target.py
@@ -112,7 +112,7 @@ a6d6888e14a7c11f0884c8cc18489caa lib/utils/getch.py
1121125d6d73d27833eef1b10b9215629533ff lib/utils/progress.py
1131130ec5cec9d93d5ffd1eaeda6e942ecadf lib/utils/purge.py
1141144a6886d3a0c7bf768df97738fa257de9 lib/utils/search.py
115- d0c473a44e2967d9ba2af688d34b9194 lib/utils/sqlalchemy.py
115+ 4b17311256f0081904a67831252e3fb9 lib/utils/sqlalchemy.py
116116dcc25183c6bd85b172c87cfcbc305ab6 lib/utils/timeout.py
117117e426eae9ddf6a42bcb6b7355e2c2936f lib/utils/versioncheck.py
1181181e9cf437451ff8147a372a002641b963 lib/utils/xrange.py
You can’t perform that action at this time.
0 commit comments