LiveTargetsFinder icon indicating copy to clipboard operation
LiveTargetsFinder copied to clipboard

KeyError: 'resp_type'

Open remonsec opened this issue 5 years ago • 1 comments

Facing this error

Traceback (most recent call last): File "liveTargetsFinder.py", line 309, in main(targetHosts, massdnsPath, masscanPath, resolvers, useNmap, dbOutputPath) File "liveTargetsFinder.py", line 223, in main domain_map = processMassDNS(targetHosts, massdnsOutput, massdnsPath, resolvers, domainOutput, ipOutput) File "liveTargetsFinder.py", line 96, in processMassDNS domain_map = parseMassDNS(massdnsOutput) File "liveTargetsFinder.py", line 18, in parseMassDNS if (response['resp_type'] == 'A'): KeyError: 'resp_type'

issue

remonsec avatar May 02 '20 06:05 remonsec

@mehedi1194 - see my most recent comment here

s0meguy1 avatar May 03 '20 15:05 s0meguy1