mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-06-06 06:03:22 +03:00
Minor comment fix
This commit is contained in:
parent
3cff42986f
commit
d7a7993e0d
|
@ -121,10 +121,10 @@ Tag: <test>
|
||||||
Where to add our '<prefix> <payload><comment> <suffix>' string.
|
Where to add our '<prefix> <payload><comment> <suffix>' string.
|
||||||
|
|
||||||
Valid values:
|
Valid values:
|
||||||
1: Append to the parameter original value
|
1: Append the string to the parameter original value
|
||||||
2: Append to the parameter original value and change the
|
2: Replace the parameter original value with a negative random
|
||||||
original value to its negative representation
|
integer value and append our string
|
||||||
3: Replace the parameter original value
|
3: Replace the parameter original value with our string
|
||||||
|
|
||||||
Sub-tag: <vector>
|
Sub-tag: <vector>
|
||||||
The payload that will be used to exploit the injection point.
|
The payload that will be used to exploit the injection point.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user