File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ def walk(head, current=None):
651651 message = "it appears that provided value for %s parameter '%s' " % (place , parameter )
652652 message += "is JSON deserializable. Do you want to inject inside? [y/N] "
653653
654- if not readInput (message , default = 'N' , boolean = True ):
654+ if readInput (message , default = 'N' , boolean = True ):
655655 del testableParameters [parameter ]
656656 testableParameters .update (candidates )
657657 break
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.17 "
22+ VERSION = "1.2.3.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 @@ -27,7 +27,7 @@ a7b0c8e5a18a3abe8803999dcfc4664f lib/controller/handler.py
27271e5532ede194ac9c083891c2f02bca93 lib/controller/__init__.py
2828052c368ae6ca09362a19376c8483fa85 lib/core/agent.py
292986a4703d5474badd8462146510b2c460 lib/core/bigarray.py
30- 863d9c00a7684db29005705d6dcc36b9 lib/core/common.py
30+ 80087ee0716904b24c7970beed20cf27 lib/core/common.py
31312a40d5b5997265daa890545d4a4a59b9 lib/core/convert.py
32329f87391b6a3395f7f50830b391264f27 lib/core/data.py
333372016ea5c994a711a262fd64572a0fcd lib/core/datatype.py
@@ -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- 401efa6aae28b56f34420323ac4c2296 lib/core/settings.py
49+ fbcb5796a6af29fc0715fe516e38f754 lib/core/settings.py
5050d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
515163491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
52523cc852f927833895361973fbcfd156d2 lib/core/target.py
You can’t perform that action at this time.
0 commit comments