erro
mrym41 opened this issue · comments
i am using ubuntu os and this command is not working domain_analyzer.py -d .gov -k 10 -b
Can you maybe share a screenshot? Which Python version are you using? What is the error exactly? Thank you
Thank you for your screenshot. It seems your system is trying to find the domain_analyzer.py
in your system-installed applications and not executing the Python in the directory.
Try running it like this:
./domain_analyzer.py -d .gov -k 10 -b
python3 domain_analyzer.py -d .gov -k 10 -b
As the Google API changed, we are still working on migrating it to make it work.
I suggest dropping the -k 10
option.
Try something like this to check if the tool works:
python3 domain_analyzer.py -d example.com -b
We are trying to find alternatives to the Google search to provide this functionality again, but it will take a bit of time. Thanks for your understanding.
its show like this ?
Yes, that's correct. If you see, domain_analyzer
is running but the error tells you that you don't have nmap
installed.
so the problem is google API ?