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.3.23 "
22+ VERSION = "1.2.3.24 "
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 @@ -105,6 +105,9 @@ def dumpTable(self, foundData=None):
105105 tblList [tblList .index (tbl )] = safeSQLIdentificatorNaming (tbl , True )
106106
107107 for tbl in tblList :
108+ if kb .dumpKeyboardInterrupt :
109+ break
110+
108111 if conf .exclude and tbl in conf .exclude .split (',' ):
109112 infoMsg = "skipping table '%s'" % unsafeSQLIdentificatorNaming (tbl )
110113 singleTimeLogMessage (infoMsg )
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- 36989c9805e448024fc49aabde49a69e lib/core/settings.py
49+ f4e6be0b4a75c886fafdc080d251c57b lib/core/settings.py
50500dfc2ed40adf72e302291f6ecd4406f6 lib/core/shell.py
5151a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
525212f8c42ed742581644f6476a7d80dcf8 lib/core/target.py
@@ -204,7 +204,7 @@ a3db8618eed5bb2807b6f77605cba9cc plugins/dbms/sybase/__init__.py
20420434d181a7086d6dfc7e72ae5f8a4cfe0f plugins/generic/connector.py
205205e6cd1c5a5244d83396b401f7db43d323 plugins/generic/custom.py
206206dc07665887191ac977e5377f5a66d288 plugins/generic/databases.py
207- 1db2e179c19e8a38e0ef5075363eb32f plugins/generic/entries.py
207+ a9c8637f0526d751cd1a6a18f91967f5 plugins/generic/entries.py
208208d82f2c78c1d4d7c6487e94fd3a68a908 plugins/generic/enumeration.py
2092090c8abe66a78edca0660bfb8049d109e2 plugins/generic/filesystem.py
210210f5d5419efddfe04648ea5e953c650793 plugins/generic/fingerprint.py
You can’t perform that action at this time.
0 commit comments