mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
update (now URIs like www.site.com/id82 are automatically treated as possible URI injectable)
This commit is contained in:
parent
777a19cfa9
commit
fa58a9c86b
4 changed files with 12 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue