mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Patch for an Issue #1011
This commit is contained in:
@@ -1263,6 +1263,8 @@ def parseTargetUrl():
|
||||
|
||||
try:
|
||||
_ = conf.hostname.encode("idna")
|
||||
except LookupError:
|
||||
_ = conf.hostname
|
||||
except UnicodeError:
|
||||
_ = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user