mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
minor update
This commit is contained in:
parent
1d4b10dbd1
commit
7e9e582eca
2 changed files with 2 additions and 3 deletions
|
|
@ -295,6 +295,8 @@ def __feedTargetsDict(reqFile, addedTargetUrls):
|
|||
conf.httpHeaders.append((str(key), str(value)))
|
||||
|
||||
if getPostReq and (params or cookie):
|
||||
if conf.forceSSL:
|
||||
scheme = "https"
|
||||
if not port and isinstance(scheme, basestring) and scheme.lower() == "https":
|
||||
port = "443"
|
||||
elif not scheme and port == "443":
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue