mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-27 04:05:58 +00:00
adding usage of non-encoded/decoded post data (if data is recognized to be already encoded) by user request
This commit is contained in:
parent
b07f165d60
commit
c1486ed4be
4 changed files with 23 additions and 3 deletions
|
|
@ -400,3 +400,6 @@ PARAMETER_SPLITTING_REGEX = r'[,|;]'
|
|||
|
||||
# Regular expression describing possible union char value (e.g. used in --union-char)
|
||||
UNION_CHAR_REGEX = r'\A\w+\Z'
|
||||
|
||||
# Attribute used for storing original parameter value in special cases (e.g. POST)
|
||||
UNENCODED_ORIGINAL_VALUE = 'original'
|
||||
Loading…
Add table
Add a link
Reference in a new issue