From 088be1b36462ac50d6b75a46a714138fb0db743a Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Mon, 7 Nov 2011 09:02:21 +0000 Subject: [PATCH] minor fix --- tamper/equaltolike.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tamper/equaltolike.py b/tamper/equaltolike.py index ae983dada..7ef46890c 100644 --- a/tamper/equaltolike.py +++ b/tamper/equaltolike.py @@ -33,7 +33,7 @@ def tamper(payload): Notes: * Useful to bypass weak and bespoke web application firewalls that - filter the greater than character + filter the equal character ('=') * The LIKE operator is SQL standard. Hence, this tamper script should work against all (?) databases """