mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-29 09:29:50 +03:00
Update luanginxwafbypass.py
This commit is contained in:
parent
8876a96740
commit
bbd7ba9fd0
|
@ -32,7 +32,7 @@ def tamper(payload, **kwargs):
|
||||||
try:
|
try:
|
||||||
headers = kwargs.get("headers", {})
|
headers = kwargs.get("headers", {})
|
||||||
randomParameter = randomParameterGenerator()
|
randomParameter = randomParameterGenerator()
|
||||||
parameter = 'id'
|
parameter = conf["testParameter"]
|
||||||
|
|
||||||
if conf["skipUrlEncode"] != True:
|
if conf["skipUrlEncode"] != True:
|
||||||
print "\n[-] [ERROR] --skip-urlencode option must be activated"
|
print "\n[-] [ERROR] --skip-urlencode option must be activated"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user