mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
now union technique parses headers too
This commit is contained in:
parent
8ef47307db
commit
60a2364f2b
4 changed files with 22 additions and 11 deletions
|
|
@ -205,3 +205,6 @@ BURP_SPLITTER = "======================================================"
|
|||
|
||||
# Encoding used for Unicode data
|
||||
UNICODE_ENCODING = "utf8"
|
||||
|
||||
# Reference: http://www.w3.org/Protocols/HTTP/Object_Headers.html#uri
|
||||
URI_HTTP_HEADER = "URI"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue