mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
Minor fix
This commit is contained in:
parent
2f8d17bcb7
commit
8e660e6911
|
@ -90,6 +90,8 @@ def dnsUse(payload, expression):
|
||||||
else:
|
else:
|
||||||
break
|
break
|
||||||
|
|
||||||
|
output = decodeHexValue(output) if conf.hexConvert else output
|
||||||
|
|
||||||
kb.dnsMode = False
|
kb.dnsMode = False
|
||||||
|
|
||||||
if output is not None:
|
if output is not None:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user