From 0fb46d19526002811d0808eee4a29f204692b096 Mon Sep 17 00:00:00 2001 From: Lucien A Date: Thu, 2 Jan 2020 18:08:41 +0100 Subject: [PATCH] Removed lies from comments --- tamper/unstripkeywords.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tamper/unstripkeywords.py b/tamper/unstripkeywords.py index aa9c8a2a2..7da130232 100644 --- a/tamper/unstripkeywords.py +++ b/tamper/unstripkeywords.py @@ -22,10 +22,7 @@ def tamper(payload, **kwargs): Transforms keywords ('SELECT') so they are valid when stripped once ('SELSELECTECT') Tested against: - * Microsoft SQL Server 2005 - * MySQL 4, 5.0 and 5.5 - * Oracle 10g - * PostgreSQL 8.3, 8.4, 9.0 + * MySQL 5.7 Notes: * Useful to bypass weak filters based on keywords stripping.