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
363 stars 67 forks source link

can you add a flag to add custom location of resolvers of massdns? #8

Open marcelo321 opened 3 years ago

marcelo321 commented 3 years ago

It would be awesome to have that flag since I put custom location of massDNS but I get error on resolvers and there is no flag to select it.

marcelo321 commented 3 years ago

Also getting this error :(

 - Massdns complete, parsing results...
Traceback (most recent call last):
  File "liveTargetsFinder.py", line 309, in <module>
    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'