File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1355,9 +1355,11 @@ def checkWaf():
13551355 value += "%s=%s" % (randomStr (), agent .addPayloadDelimiters (payload ))
13561356
13571357 pushValue (kb .redirectChoice )
1358+ pushValue (kb .resendPostOnRedirect )
13581359 pushValue (conf .timeout )
13591360
13601361 kb .redirectChoice = REDIRECTION .YES
1362+ kb .resendPostOnRedirect = False
13611363 conf .timeout = IDS_WAF_CHECK_TIMEOUT
13621364
13631365 try :
@@ -1368,6 +1370,7 @@ def checkWaf():
13681370 kb .matchRatio = None
13691371
13701372 conf .timeout = popValue ()
1373+ kb .resendPostOnRedirect = popValue ()
13711374 kb .redirectChoice = popValue ()
13721375
13731376 if retVal :
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.10.14 "
22+ VERSION = "1.2.10.15 "
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 @@ -23,7 +23,7 @@ b3e60ea4e18a65c48515d04aab28ff68 extra/sqlharvest/sqlharvest.py
23231e5532ede194ac9c083891c2f02bca93 extra/wafdetectify/__init__.py
2424c1bccc94522d3425a372dcd57f78418e extra/wafdetectify/wafdetectify.py
25253459c562a6abb9b4bdcc36925f751f3e lib/controller/action.py
26- 61b66a7c30eb43c6b99ad57e4a8b5b22 lib/controller/checks.py
26+ 51bd96b450cbfdbff8eea4801e7486ae lib/controller/checks.py
2727d6deacb76e1f479b3c690c215fad1c08 lib/controller/controller.py
2828c7443613a0a2505b1faec931cee2a6ef lib/controller/handler.py
29291e5532ede194ac9c083891c2f02bca93 lib/controller/__init__.py
@@ -49,7 +49,7 @@ c8c386d644d57c659d74542f5f57f632 lib/core/patch.py
49490c3eef46bdbf87e29a3f95f90240d192 lib/core/replication.py
5050a7db43859b61569b601b97f187dd31c5 lib/core/revision.py
5151fcb74fcc9577523524659ec49e2e964b lib/core/session.py
52- 2e35f0241f73d87a34eb070faa227244 lib/core/settings.py
52+ ca4c50212724a4ea997265f419803db1 lib/core/settings.py
5353dd68a9d02fccb4fa1428b20e15b0db5d lib/core/shell.py
5454a7edc9250d13af36ac0108f259859c19 lib/core/subprocessng.py
555562bc180e3e828949ffb342a8f756c183 lib/core/target.py
You can’t perform that action at this time.
0 commit comments