mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 04:31:30 +00:00
First commit related to the #3108
This commit is contained in:
@@ -17,8 +17,7 @@ def tamper(payload, **kwargs):
|
||||
Replaces space character (' ') with plus ('+')
|
||||
|
||||
Notes:
|
||||
* Is this any useful? The plus get's url-encoded by sqlmap engine
|
||||
invalidating the query afterwards
|
||||
* Is this any useful? The plus get's url-encoded by sqlmap engine invalidating the query afterwards
|
||||
* This tamper script works against all databases
|
||||
|
||||
>>> tamper('SELECT id FROM users')
|
||||
|
||||
Reference in New Issue
Block a user