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
|
|
@ -1292,9 +1292,6 @@ def parseTargetUrl():
|
|||
else:
|
||||
conf.port = 80
|
||||
|
||||
if conf.forceSSL and conf.port == 80:
|
||||
conf.port = 443
|
||||
|
||||
if __urlSplit[3]:
|
||||
conf.parameters[PLACE.GET] = urldecode(__urlSplit[3]) if __urlSplit[3] and urlencode(DEFAULT_GET_POST_DELIMITER, None) not in __urlSplit[3] else __urlSplit[3]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue