From 6ea07f7ba9be9b5f9ec3046ff83931b91f55b4a6 Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 29 Nov 2012 15:53:54 +0100 Subject: [PATCH] Fix of false statement (bluecoat.py was not meant to be used only against MySQL - Issue #261) --- tamper/bluecoat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tamper/bluecoat.py b/tamper/bluecoat.py index 03f507c1c..be6f375b0 100644 --- a/tamper/bluecoat.py +++ b/tamper/bluecoat.py @@ -15,7 +15,7 @@ from lib.core.enums import PRIORITY __priority__ = PRIORITY.NORMAL def dependencies(): - singleTimeWarnMessage("tamper script '%s' is only meant to be run against %s" % (os.path.basename(__file__).split(".")[0], DBMS.MYSQL)) + pass def tamper(payload, headers=None): """ @@ -27,7 +27,7 @@ def tamper(payload, headers=None): * Output: SELECT%09id FROM users where id LIKE 1 Requirement: - * MySQL, Blue Coat SGOS with WAF activated as documented in + * Blue Coat SGOS with WAF activated as documented in https://kb.bluecoat.com/index?page=content&id=FAQ2147 Tested against: