We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f8d17b commit 8e660e6Copy full SHA for 8e660e6
1 file changed
lib/techniques/dns/use.py
@@ -90,6 +90,8 @@ def dnsUse(payload, expression):
90
else:
91
break
92
93
+ output = decodeHexValue(output) if conf.hexConvert else output
94
+
95
kb.dnsMode = False
96
97
if output is not None:
0 commit comments