File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1450,7 +1450,7 @@ def _(*args, **kwargs):
14501450 retVal .append (product )
14511451
14521452 if retVal :
1453- if kb .wafSpecificResponse and len (retVal ) == 1 and "unknown" in retVal [0 ].lower ():
1453+ if kb .wafSpecificResponse and "You don't have permission to access" not in kb . wafSpecificResponse and len (retVal ) == 1 and "unknown" in retVal [0 ].lower ():
14541454 handle , filename = tempfile .mkstemp (prefix = MKSTEMP_PREFIX .SPECIFIC_RESPONSE )
14551455 os .close (handle )
14561456 with openFile (filename , "w+b" ) as f :
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.9.26 "
22+ VERSION = "1.2.9.27 "
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 @@ -24,7 +24,7 @@ b3e60ea4e18a65c48515d04aab28ff68 extra/sqlharvest/sqlharvest.py
24241e5532ede194ac9c083891c2f02bca93 extra/wafdetectify/__init__.py
2525c1bccc94522d3425a372dcd57f78418e extra/wafdetectify/wafdetectify.py
26263459c562a6abb9b4bdcc36925f751f3e lib/controller/action.py
27- 0d4c9c5936d0c063f4b08318f26ad5ca lib/controller/checks.py
27+ c799e4aa5cf1ad50fab0c970885c61d9 lib/controller/checks.py
2828c414cecdb0472c92cf50ed5b01e4438c lib/controller/controller.py
2929c7443613a0a2505b1faec931cee2a6ef lib/controller/handler.py
30301e5532ede194ac9c083891c2f02bca93 lib/controller/__init__.py
@@ -50,7 +50,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
50500c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5151a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5252fcb74fcc9577523524659ec49e2e964b lib/core/session.py
53- 1d4a4c8a47f7d7ce2b5fa59548e84bc5 lib/core/settings.py
53+ 423c57c6503bbbaa42fa832833381246 lib/core/settings.py
5454dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5555a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
5656248bd121e0565318e1efaff54aa427bc lib/core/target.py
You can’t perform that action at this time.
0 commit comments