allyomalley / LiveTargetsFinder

Generates lists of live hosts and URLs for targeting, automating the usage of MassDNS, Masscan and nmap to filter out unreachable hosts and gather service information
362 stars 66 forks source link

KeyError: 'resp_type' #4

Open remonsec opened 4 years ago

remonsec commented 4 years ago

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

s0meguy1 commented 4 years ago

@mehedi1194 - see my most recent comment here