Minor update (proxy can be also a https one (e.g. Burp for HTTPS targets)

This commit is contained in:
Miroslav Stampar 2013-12-17 09:30:51 +01:00
parent 7d8eb148ce
commit f18abb1e9c

View File

@ -135,6 +135,7 @@ class MOBILES:
class PROXY_TYPE:
HTTP = "HTTP"
HTTPS = "HTTPS"
SOCKS4 = "SOCKS4"
SOCKS5 = "SOCKS5"