iamthefrogy / frogy

My subdomain enumeration script. It's unique in the way it is built upon.
665 stars 123 forks source link

Getting error after Findomain count result #21

Closed rudSarkar closed 2 years ago

rudSarkar commented 2 years ago

Hey,

Getting errors while scanning for the subdomain.

Error:

Findomain count: 152
cat: output/domain/dnstemp.txtls: No such file or directory
rm: cannot remove 'output/domain/dnstemp.txtls': No such file or directory

Looking forward to hearing from you

iamthefrogy commented 2 years ago

Are you getting this for all targets or any specific target?

rudSarkar commented 2 years ago

Hi @iamthefrogy ,

Nah, Almost every target.

iamthefrogy commented 2 years ago

rm: cannot remove 'output/domain/dnstemp.txtls': No such file or directory Looking at this line,

What did you give as an input to the Organization name? Did you give 'domain' and not the actual company name?

rudSarkar commented 2 years ago

I used the organization name for example AirMap not the domain. I forget to mention that I used this tool on two different devices it return the same issue.

  1. MacOS Montery 12.1 with iTerm.
  2. Ubuntu 20.04.3 LTS with default Terminal.

Ubuntu output:

cannot remove error
iamthefrogy commented 2 years ago

Most probably because this didn't execute dnscan well,

So in the script, I am utilizing the below Dnscan command.

python3 dnscan/dnscan.py -d .airmap.com -w wordlist/subdomains-top1million-5000.txt -D -o dnstemp.txtls

If this command executes perfectly then Frogy script should not have any problem. If this gives you an error kindly let me know what error you are getting.

rudSarkar commented 2 years ago

Closing this issue with PR #22 , If you like to merge go ahead and merge it.

Thanks