mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-28 09:00:08 +03:00
Update luanginxwafbypass.py
This commit is contained in:
parent
8876a96740
commit
bbd7ba9fd0
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user