mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Minor fix
This commit is contained in:
@@ -90,6 +90,8 @@ def dnsUse(payload, expression):
|
||||
else:
|
||||
break
|
||||
|
||||
output = decodeHexValue(output) if conf.hexConvert else output
|
||||
|
||||
kb.dnsMode = False
|
||||
|
||||
if output is not None:
|
||||
|
||||
Reference in New Issue
Block a user