Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1c5427b

Browse files
committed
minor fix
1 parent bb99bd2 commit 1c5427b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/core/option.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,8 @@ def __parseBurpLog(content):
278278

279279
if getPostReq and (params or cookie):
280280
if not url.startswith("http"):
281+
if not port and scheme == "https":
282+
port = "443"
281283
url = "%s://%s:%s%s" % (scheme or "http", host, port or "80", url)
282284
scheme = None
283285
port = None

0 commit comments

Comments
 (0)