mirror of
https://github.com/sqlmapproject/sqlmap
synced 2026-01-22 16:14:36 +01: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
1 changed files with 1 additions and 0 deletions
|
|
@ -135,6 +135,7 @@ class MOBILES:
|
|||
|
||||
class PROXY_TYPE:
|
||||
HTTP = "HTTP"
|
||||
HTTPS = "HTTPS"
|
||||
SOCKS4 = "SOCKS4"
|
||||
SOCKS5 = "SOCKS5"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue