mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Patch for an Issue #1011
This commit is contained in:
parent
10ed97b0df
commit
763f720675
|
@ -1263,6 +1263,8 @@ def parseTargetUrl():
|
|||
|
||||
try:
|
||||
_ = conf.hostname.encode("idna")
|
||||
except LookupError:
|
||||
_ = conf.hostname
|
||||
except UnicodeError:
|
||||
_ = None
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user