mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 05:01:30 +00:00
typo fix
This commit is contained in:
@@ -497,8 +497,8 @@ 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
|
||||
# Length used while checking for existence of Suhosin-patch (like) protection mechanism
|
||||
SUHOSIN_MAX_VALUE_LENGTH = 512
|
||||
|
||||
# Regular expression used for extracting form tags
|
||||
FORM_SEARCH_REGEX = r"(?si)<form(?!.+<form).+?</form>"
|
||||
|
||||
Reference in New Issue
Block a user