Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3145de1 commit 24aadbdCopy full SHA for 24aadbd
1 file changed
lib/core/option.py
@@ -995,7 +995,7 @@ def _setHTTPHandlers():
995
errMsg = "invalid proxy address '%s' ('%s')" % (conf.proxy, getSafeExString(ex))
996
raise SqlmapSyntaxException(errMsg)
997
998
- hostnamePort = _.netloc.split(":")
+ hostnamePort = _.netloc.rsplit(":", 1)
999
1000
scheme = _.scheme.upper()
1001
hostname = hostnamePort[0]
0 commit comments