File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1374,15 +1374,15 @@ def checkNullConnection():
13741374 if not page and HTTP_HEADER .CONTENT_LENGTH in (headers or {}):
13751375 kb .nullConnection = NULLCONNECTION .HEAD
13761376
1377- infoMsg = "NULL connection is supported with HEAD header "
1377+ infoMsg = "NULL connection is supported with HEAD method (Content-Length) "
13781378 logger .info (infoMsg )
13791379 else :
13801380 page , headers , _ = Request .getPage (auxHeaders = {HTTP_HEADER .RANGE : "bytes=-1" })
13811381
13821382 if page and len (page ) == 1 and HTTP_HEADER .CONTENT_RANGE in (headers or {}):
13831383 kb .nullConnection = NULLCONNECTION .RANGE
13841384
1385- infoMsg = "NULL connection is supported with GET header "
1385+ infoMsg = "NULL connection is supported with GET method (Range) "
13861386 infoMsg += "'%s'" % kb .nullConnection
13871387 logger .info (infoMsg )
13881388 else :
Original file line number Diff line number Diff line change 1919from lib .core .revision import getRevisionNumber
2020
2121# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22- VERSION = "1.0.9.11 "
22+ VERSION = "1.0.9.12 "
2323REVISION = getRevisionNumber ()
2424TYPE = "dev" if VERSION .count ('.' ) > 2 and VERSION .split ('.' )[- 1 ] != '0' else "stable"
2525TYPE_COLORS = {"dev" : 33 , "stable" : 90 , "pip" : 34 }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ b46521e29ea3d813bab5aeb16cac6498 extra/shutils/duplicates.py
2020cc9c82cfffd8ee9b25ba3af6284f057e extra/sqlharvest/__init__.py
21214f2f817596540d82f9fcc0c5b2228beb extra/sqlharvest/sqlharvest.py
22222daa39e4d59526acb4772b6c47eb315f lib/controller/action.py
23- d1451b43f3ac80bfbea8657e288865f8 lib/controller/checks.py
23+ 8eab6910c9807e6fda0f40fb0df9345a lib/controller/checks.py
24247c5ba631796f12d6de9b667e4cc7812b lib/controller/controller.py
25255ae8f657fd4e8026fcc9624f5b5533fe lib/controller/handler.py
2626cc9c82cfffd8ee9b25ba3af6284f057e lib/controller/__init__.py
@@ -45,7 +45,7 @@ e60456db5380840a586654344003d4e6 lib/core/readlineng.py
45455ef56abb8671c2ca6ceecb208258e360 lib/core/replication.py
464699a2b496b9d5b546b335653ca801153f lib/core/revision.py
47477c15dd2777af4dac2c89cab6df17462e lib/core/session.py
48- f2b116a5b237ecd1678adaba584101f6 lib/core/settings.py
48+ 9121fd574f559b5401d5529f0b602b04 lib/core/settings.py
49497af83e4f18cab6dff5e67840eb65be80 lib/core/shell.py
505023657cd7d924e3c6d225719865855827 lib/core/subprocessng.py
51510bc2fae1dec18cdd11954b22358293f2 lib/core/target.py
You can’t perform that action at this time.
0 commit comments