mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
los cosmeticados
This commit is contained in:
parent
75c0e09f43
commit
3628887110
|
@ -64,16 +64,16 @@ class HASH:
|
|||
SHA1_GENERIC = r'(?i)\A[0-9a-f]{40}\Z'
|
||||
|
||||
class HTTPHEADER:
|
||||
RANGE = "Range"
|
||||
ACCEPT_ENCODING = "Accept-Encoding"
|
||||
AUTHORIZATION = "Authorization"
|
||||
CONNECTION = "Connection"
|
||||
CONTENT_ENCODING = "Content-Encoding"
|
||||
CONTENT_LENGTH = "Content-Length"
|
||||
CONTENT_RANGE = "Content-Range"
|
||||
CONTENT_ENCODING = "Content-Encoding"
|
||||
CONTENT_TYPE = "Content-Type"
|
||||
AUTHORIZATION = "Authorization"
|
||||
PROXY_AUTHORIZATION = "Proxy-authorization"
|
||||
COOKIE = "Cookie"
|
||||
CONNECTION = "Connection"
|
||||
ACCEPT_ENCODING = "Accept-Encoding"
|
||||
PROXY_AUTHORIZATION = "Proxy-authorization"
|
||||
RANGE = "Range"
|
||||
REFERER = "Referer"
|
||||
USER_AGENT = "User-Agent"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user