mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-01-24 08:14:24 +03:00
minor update
This commit is contained in:
parent
91f1d6141f
commit
3d9b1599d1
|
@ -299,6 +299,7 @@ def __feedTargetsDict(reqFile, addedTargetUrls):
|
||||||
if getPostReq and (params or cookie):
|
if getPostReq and (params or cookie):
|
||||||
if conf.forceSSL:
|
if conf.forceSSL:
|
||||||
scheme = "https"
|
scheme = "https"
|
||||||
|
port = "443"
|
||||||
if not port and isinstance(scheme, basestring) and scheme.lower() == "https":
|
if not port and isinstance(scheme, basestring) and scheme.lower() == "https":
|
||||||
port = "443"
|
port = "443"
|
||||||
elif not scheme and port == "443":
|
elif not scheme and port == "443":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user