Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

erro #24

Open
mrym41 opened this issue Jan 17, 2023 · 11 comments
Open

erro #24

mrym41 opened this issue Jan 17, 2023 · 11 comments

Comments

@mrym41
Copy link

mrym41 commented Jan 17, 2023

i am using ubuntu os and this command is not working domain_analyzer.py -d .gov -k 10 -b

@verovaleros
Copy link
Collaborator

Can you maybe share a screenshot? Which Python version are you using? What is the error exactly? Thank you

@mrym41
Copy link
Author

mrym41 commented Jan 17, 2023 via email

@mrym41
Copy link
Author

mrym41 commented Jan 17, 2023

WhatsApp Image 2023-01-17 at 9 03 39 AM(1)

@verovaleros
Copy link
Collaborator

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

@mrym41
Copy link
Author

mrym41 commented Jan 17, 2023 via email

@mrym41
Copy link
Author

mrym41 commented Jan 17, 2023

WhatsApp Image 2023-01-17 at 9 16 34 AM

@verovaleros
Copy link
Collaborator

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.

@mrym41
Copy link
Author

mrym41 commented Jan 17, 2023

ex

@mrym41
Copy link
Author

mrym41 commented Jan 17, 2023

its show like this ?

@verovaleros
Copy link
Collaborator

Yes, that's correct. If you see, domain_analyzer is running but the error tells you that you don't have nmap installed.

@mrym41
Copy link
Author

mrym41 commented Jan 17, 2023

so the problem is google API ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants