Skip to content

Commit f18abb1

Browse files
committed
Minor update (proxy can be also a https one (e.g. Burp for HTTPS targets)
1 parent 7d8eb14 commit f18abb1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/core/enums.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ class MOBILES:
135135

136136
class PROXY_TYPE:
137137
HTTP = "HTTP"
138+
HTTPS = "HTTPS"
138139
SOCKS4 = "SOCKS4"
139140
SOCKS5 = "SOCKS5"
140141

0 commit comments

Comments
 (0)