mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
Minor fix
This commit is contained in:
parent
2f8d17bcb7
commit
8e660e6911
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue