Update luanginxwafbypass.py

This commit is contained in:
Jennifer Torres 2018-10-25 11:10:49 +01:00 committed by GitHub
parent 8876a96740
commit bbd7ba9fd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ def tamper(payload, **kwargs):
try:
headers = kwargs.get("headers", {})
randomParameter = randomParameterGenerator()
parameter = 'id'
parameter = conf["testParameter"]
if conf["skipUrlEncode"] != True:
print "\n[-] [ERROR] --skip-urlencode option must be activated"