mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Fixes #2543
This commit is contained in:
@@ -279,6 +279,9 @@ class Connect(object):
|
||||
# url splitted with space char while urlencoding it in the later phase
|
||||
url = url.replace(" ", "%20")
|
||||
|
||||
if "://" not in url:
|
||||
url = "http://%s" % url
|
||||
|
||||
conn = None
|
||||
page = None
|
||||
code = None
|
||||
|
||||
Reference in New Issue
Block a user