mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
First commit for Issue #120
This commit is contained in:
@@ -301,7 +301,8 @@ class Agent(object):
|
||||
("[SPACE_REPLACE]", kb.chars.space),
|
||||
("[DOLLAR_REPLACE]", kb.chars.dollar),
|
||||
("[HASH_REPLACE]", kb.chars.hash_),
|
||||
("[GENERIC_SQL_COMMENT]", GENERIC_SQL_COMMENT)
|
||||
("[GENERIC_SQL_COMMENT]", GENERIC_SQL_COMMENT),
|
||||
("[ORIGINAL]", origValue or "")
|
||||
)
|
||||
payload = reduce(lambda x, y: x.replace(y[0], y[1]), replacements, payload)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user