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.23 "
22+ VERSION = "1.2.1.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 @@ -223,7 +223,7 @@ def validateChar(idx, value):
223223
224224 result = not Request .queryPage (forgedPayload , timeBasedCompare = timeBasedCompare , raise404 = False )
225225
226- if result and timeBasedCompare :
226+ if result and timeBasedCompare and kb . injection . data [ kb . technique ]. trueCode :
227227 result = threadData .lastCode == kb .injection .data [kb .technique ].trueCode
228228 if not result :
229229 warnMsg = "detected HTTP code '%s' in validation phase is differing from expected '%s'" % (threadData .lastCode , kb .injection .data [kb .technique ].trueCode )
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- ee202f91d95b559f4cd9355f55203946 lib/core/settings.py
49+ b4bf9b1d887a7f992c1096132a0bec68 lib/core/settings.py
5050d0adc28a38e43a787df4471f7f027413 lib/core/shell.py
515163491be462c515a1a3880c27c2acc4a2 lib/core/subprocessng.py
5252505aaa61e1bba3c3d4567c3e667699e3 lib/core/target.py
@@ -87,7 +87,7 @@ acc1db3667bf910b809eb279b60595eb lib/takeover/icmpsh.py
878748575dde7bb867b7937769f569a98309 lib/takeover/udf.py
88881398cb4ee55becf628367854b5310f33 lib/takeover/web.py
8989d8c10f278e5943b137a222f4cedca59d lib/takeover/xp_cmdshell.py
90- f6844893afa7569052529e1c8d89bc35 lib/techniques/blind/inference.py
90+ b84d45fc7349caa714f9769b13d70cab lib/techniques/blind/inference.py
91911e5532ede194ac9c083891c2f02bca93 lib/techniques/blind/__init__.py
92921e5532ede194ac9c083891c2f02bca93 lib/techniques/dns/__init__.py
9393855355a1a216f6b267a5f089028f1cd8 lib/techniques/dns/test.py
You can’t perform that action at this time.
0 commit comments