mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 13:11:29 +00:00
Implementation for an Issue #3108
This commit is contained in:
@@ -14,8 +14,7 @@ __priority__ = PRIORITY.LOW
|
||||
|
||||
def tamper(payload, **kwargs):
|
||||
"""
|
||||
Replaces space character (' ') with a dash comment ('--') followed by
|
||||
a random string and a new line ('\n')
|
||||
Replaces space character (' ') with a dash comment ('--') followed by a random string and a new line ('\n')
|
||||
|
||||
Requirement:
|
||||
* MSSQL
|
||||
|
||||
Reference in New Issue
Block a user