mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-17 03:50:42 +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'
|
SHA1_GENERIC = r'(?i)\A[0-9a-f]{40}\Z'
|
||||||
|
|
||||||
class HTTPHEADER:
|
class HTTPHEADER:
|
||||||
RANGE = "Range"
|
ACCEPT_ENCODING = "Accept-Encoding"
|
||||||
|
AUTHORIZATION = "Authorization"
|
||||||
|
CONNECTION = "Connection"
|
||||||
|
CONTENT_ENCODING = "Content-Encoding"
|
||||||
CONTENT_LENGTH = "Content-Length"
|
CONTENT_LENGTH = "Content-Length"
|
||||||
CONTENT_RANGE = "Content-Range"
|
CONTENT_RANGE = "Content-Range"
|
||||||
CONTENT_ENCODING = "Content-Encoding"
|
|
||||||
CONTENT_TYPE = "Content-Type"
|
CONTENT_TYPE = "Content-Type"
|
||||||
AUTHORIZATION = "Authorization"
|
|
||||||
PROXY_AUTHORIZATION = "Proxy-authorization"
|
|
||||||
COOKIE = "Cookie"
|
COOKIE = "Cookie"
|
||||||
CONNECTION = "Connection"
|
PROXY_AUTHORIZATION = "Proxy-authorization"
|
||||||
ACCEPT_ENCODING = "Accept-Encoding"
|
RANGE = "Range"
|
||||||
REFERER = "Referer"
|
REFERER = "Referer"
|
||||||
USER_AGENT = "User-Agent"
|
USER_AGENT = "User-Agent"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user