From c63d1e79efb91ed0d482bb9e8665d1571299e796 Mon Sep 17 00:00:00 2001 From: Jennifer Torres Date: Thu, 25 Oct 2018 17:44:08 +0100 Subject: [PATCH] Update luanginxwafbypass.py Update header. --- tamper/luanginxwafbypass.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tamper/luanginxwafbypass.py b/tamper/luanginxwafbypass.py index 3f2982391..f24263941 100644 --- a/tamper/luanginxwafbypass.py +++ b/tamper/luanginxwafbypass.py @@ -1,6 +1,11 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- +""" +Copyright (c) 2006-2018 sqlmap developers (http://sqlmap.org/) +See the file 'LICENSE' for copying permission +""" + ''' [+] LUA-Nginx WAFs Bypass (Cloudflare) Vulnerability discovered by: Daniel Fariña Hernández