File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1297,6 +1297,9 @@ def checkWaf():
12971297 logger .critical (warnMsg )
12981298 return _
12991299
1300+ if not kb .originalPage :
1301+ return None
1302+
13001303 infoMsg = "checking if the target is protected by "
13011304 infoMsg += "some kind of WAF/IPS/IDS"
13021305 logger .info (infoMsg )
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.1.7.29 "
22+ VERSION = "1.1.7.30 "
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 @@ -21,7 +21,7 @@ c55b400b72acc43e0e59c87dd8bb8d75 extra/shellcodeexec/windows/shellcodeexec.x32.
2121310efc965c862cfbd7b0da5150a5ad36 extra/sqlharvest/__init__.py
22227713aa366c983cdf1f3dbaa7383ea9e1 extra/sqlharvest/sqlharvest.py
23237afe836fd97271ccba67b4c0da2482ff lib/controller/action.py
24- 2f410ced3f93932699a046c1b704ef3b lib/controller/checks.py
24+ 5adb0a4ebf766a3cb9c3b1810b3e4b87 lib/controller/checks.py
2525a66093c734c7f94ecdf94d882c2d8b89 lib/controller/controller.py
262635843d3e6dc4ea6c2462d48d2554ad10 lib/controller/handler.py
2727310efc965c862cfbd7b0da5150a5ad36 lib/controller/__init__.py
@@ -46,7 +46,7 @@ fbf750dc617c3549ee423d6c2334ba4d lib/core/option.py
4646d8e9250f3775119df07e9070eddccd16 lib/core/replication.py
4747785f86e3f963fa3798f84286a4e83ff2 lib/core/revision.py
484840c80b28b3a5819b737a5a17d4565ae9 lib/core/session.py
49- c26a0ff3f3275c3db5d7b7184b4fb77e lib/core/settings.py
49+ 090fae09761979f7e5127173bfb0d359 lib/core/settings.py
5050d91291997d2bd2f6028aaf371bf1d3b6 lib/core/shell.py
51512ad85c130cc5f2b3701ea85c2f6bbf20 lib/core/subprocessng.py
525285e3a98bc9ba62125baa13e864f37a3f lib/core/target.py
You can’t perform that action at this time.
0 commit comments