mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
update (now URIs like www.site.com/id82 are automatically treated as possible URI injectable)
This commit is contained in:
@@ -217,3 +217,6 @@ UNICODE_ENCODING = "utf8"
|
||||
|
||||
# Reference: http://www.w3.org/Protocols/HTTP/Object_Headers.html#uri
|
||||
URI_HTTP_HEADER = "URI"
|
||||
|
||||
# Uri format which could be injectable (e.g. www.site.com/id82)
|
||||
URI_INJECTABLE_REGEX = r".*/([^\.*?]+)\Z"
|
||||
|
||||
Reference in New Issue
Block a user