blechschmidt / massdns

A high-performance DNS stub resolver for bulk lookups and reconnaissance (subdomain enumeration)
GNU General Public License v3.0
3.08k stars 460 forks source link

Failed to open domain file #83

Closed ertanuj96 closed 3 years ago

ertanuj96 commented 3 years ago

Hi MassDNS Team, I ran into this issue today , while it was running file till last night .. I am unable to understand what happened to it, The domain file size is 59 MB , Here is some error text with tried commands. `[ec2-user@ip-172-31-81-169 shell_scripts]$ ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A -o S ./$zomato/$recon-2020-10-07/possible_subdomains >> ./$domain/$foldername/massdns.out

Failed to open domain file ".//-2020-10-07/possible_subdomains".

[ec2-user@ip-172-31-81-169 shell_scripts]$ ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A -o S ./zomato/recon-2020-10-07/possible_subdomains >> ./$domain/$foldername/massdns.out

Failed to open domain file "./zomato/recon-2020-10-07/possible_subdomains".

[ec2-user@ip-172-31-81-169 shell_scripts]$ ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A -o S /zomato/recon-2020-10-07/possible_subdomains >> ./$domain/$foldername/massdns.out

Failed to open domain file "/zomato/recon-2020-10-07/possible_subdomains".

[ec2-user@ip-172-31-81-169 shell_scripts]$ pwd

/home/ec2-user/shell_scripts

[ec2-user@ip-172-31-81-169 shell_scripts]$ ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A -o S /home/ec2-user/shell_scripts/zomato/recon-2020-10-07/possible_subdomains >> ./$domain/$foldername/massdns.out

Failed to open domain file "/home/ec2-user/shell_scripts/zomato/recon-2020-10-07/possible_subdomains".

[ec2-user@ip-172-31-81-169 shell_scripts]$ ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A -o S /home/ec2-user/shell_scripts/zomato/recon-2020-10-07/possible_subdomains > ./$domain/$foldername/massdns.out

Failed to open domain file "/home/ec2-user/shell_scripts/zomato/recon-2020-10-07/possible_subdomains".

[ec2-user@ip-172-31-81-169 shell_scripts]$ ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A -o S /home/ec2-user/shell_scripts/zomato/recon-2020-10-07/possible_subdomains

Failed to open domain file "/home/ec2-user/shell_scripts/zomato/recon-2020-10-07/possible_subdomains".

[ec2-user@ip-172-31-81-169 shell_scripts]$ ~/tools/massdns/bin/massdns -r ~/tools/massdns/lists/resolvers.txt -t A /home/ec2-user/shell_scripts/zomato/recon-2020-10-07/possible_subdomains

Failed to open domain file "/home/ec2-user/shell_scripts/zomato/recon-2020-10-07/possible_subdomains". `