Skip to content

Commit c7c7e30

Browse files
committed
Potential patch for #3374
1 parent d1426a0 commit c7c7e30

File tree

3 files changed

+3
-9
lines changed

3 files changed

+3
-9
lines changed

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.enums import OS
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.2.12.15"
22+
VERSION = "1.2.12.16"
2323
TYPE = "dev" if VERSION.count('.') > 2 and VERSION.split('.')[-1] != '0' else "stable"
2424
TYPE_COLORS = {"dev": 33, "stable": 90, "pip": 34}
2525
VERSION_STRING = "sqlmap/%s#%s" % ('.'.join(VERSION.split('.')[:-1]) if VERSION.count('.') > 2 and VERSION.split('.')[-1] == '0' else VERSION, TYPE)

sqlmap.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,12 +194,6 @@ def main():
194194
except KeyboardInterrupt:
195195
print
196196

197-
errMsg = "user aborted"
198-
try:
199-
logger.critical(errMsg)
200-
except KeyboardInterrupt:
201-
pass
202-
203197
except EOFError:
204198
print
205199
errMsg = "exit"

txt/checksum.md5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
4949
0c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050
a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151
fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52-
622797ad77a9cff4effe49b046170d50 lib/core/settings.py
52+
0070ff829f953549bd7a8a65090fa09d lib/core/settings.py
5353
a971ce157d04de96ba6e710d3d38a9a8 lib/core/shell.py
5454
a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5555
1581be48127a3a7a9fd703359b6e7567 lib/core/target.py
@@ -234,7 +234,7 @@ ec2ba8c757ac96425dcd2b97970edd3a shell/stagers/stager.asp_
234234
0c48ddb1feb7e38a951ef05a0d48e032 shell/stagers/stager.jsp_
235235
2f9e459a4cf6a58680978cdce5ff7971 shell/stagers/stager.php_
236236
cd90da0474d7b1a67d7b40d208493375 sqlmapapi.py
237-
fa713ca1dc1983f3cb3d90e76a05819a sqlmap.py
237+
55ba3999ab8819e0d34ca075d46fa9dd sqlmap.py
238238
523dab9e1093eb59264c6beb366b255a tamper/0x2char.py
239239
3a1697585ae4e7bf315e9dda97d6f321 tamper/apostrophemask.py
240240
d7a119a74be9b385ee3884fb5e6af041 tamper/apostrophenullencode.py

0 commit comments

Comments
 (0)