mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Implementation for an Issue #222
This commit is contained in:
parent
ba55bed008
commit
8a5844a364
2 changed files with 30 additions and 2 deletions
|
|
@ -485,3 +485,6 @@ MULTIPART_RECOGNITION_REGEX = r"(?i)Content-Disposition:[^;]+;\s*name="
|
|||
|
||||
# Default POST data content-type
|
||||
DEFAULT_CONTENT_TYPE = "application/x-www-form-urlencoded"
|
||||
|
||||
# Length used while checking for existence of Suhoshin-patch (like) protection mechanism
|
||||
SUHOSHIN_MAX_VALUE_LENGTH = 512
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue