mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-17 03:23:13 +03:00
Fix syntax error
Oops, forgot an extra closing parenthesis
This commit is contained in:
parent
33f269511d
commit
9f59e22e83
|
@ -17,7 +17,7 @@ from lib.core.settings import DEFAULT_GET_POST_DELIMITER
|
||||||
__priority__ = PRIORITY.HIGHEST
|
__priority__ = PRIORITY.HIGHEST
|
||||||
|
|
||||||
def dependencies():
|
def dependencies():
|
||||||
singleTimeWarnMessage("tamper script '%s' is only meant to be run on POST requests" % (os.path.basename(__file__).split(".")[0])
|
singleTimeWarnMessage("tamper script '%s' is only meant to be run on POST requests" % (os.path.basename(__file__).split(".")[0]))
|
||||||
|
|
||||||
def tamper(payload, **kwargs):
|
def tamper(payload, **kwargs):
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue
Block a user