Skip to content

Commit 8e660e6

Browse files
committed
Minor fix
1 parent 2f8d17b commit 8e660e6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/techniques/dns/use.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ def dnsUse(payload, expression):
9090
else:
9191
break
9292

93+
output = decodeHexValue(output) if conf.hexConvert else output
94+
9395
kb.dnsMode = False
9496

9597
if output is not None:

0 commit comments

Comments
 (0)