mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-04-21 09:32:04 +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
|
||||
|
||||
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):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue
Block a user