mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-07-27 08:30:10 +03:00
Added UNSTRIP_KEYWORDS option explanation
This commit is contained in:
parent
d6f4e2adbe
commit
91b685ae4c
|
@ -21,6 +21,9 @@ def tamper(payload, **kwargs):
|
|||
"""
|
||||
Transforms keywords ('SELECT') so they are valid when stripped once ('SELSELECTECT')
|
||||
|
||||
Keywords can be set with 'UNSTRIP_KEYWORDS' environment variable:
|
||||
$ export UNSTRIP_KEYWORDS=select,union
|
||||
|
||||
Tested against:
|
||||
* MySQL 5.7
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user