mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 17:46:37 +03:00
Minor update (proxy can be also a https one (e.g. Burp for HTTPS targets)
This commit is contained in:
parent
7d8eb148ce
commit
f18abb1e9c
|
@ -135,6 +135,7 @@ class MOBILES:
|
||||||
|
|
||||||
class PROXY_TYPE:
|
class PROXY_TYPE:
|
||||||
HTTP = "HTTP"
|
HTTP = "HTTP"
|
||||||
|
HTTPS = "HTTPS"
|
||||||
SOCKS4 = "SOCKS4"
|
SOCKS4 = "SOCKS4"
|
||||||
SOCKS5 = "SOCKS5"
|
SOCKS5 = "SOCKS5"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user