screetsec / Sudomy

Sudomy is a subdomain enumeration tool to collect subdomains and analyzing domains performing automated reconnaissance (recon) for bug hunting / pentesting
https://github.com/Screetsec/
MIT License
2.02k stars 381 forks source link

ModuleNotFoundError: No module named 'pyvis' #98

Closed itsethack closed 3 years ago

itsethack commented 3 years ago

Hi, I had got error when "Make Network Graphys" on "Generate Visualization for Virtual Host'. Screenshot_2021-06-04_05-11-47

The error shows when execute nGraph.py. I tried to reinstall the pyvis (pip uninstall pyvis - then install again), but still error on there.

Any solutions?

Thanks in advance

screetsec commented 3 years ago

You install pyvis on python3 try to python27 using pip2

itsethack commented 3 years ago

Well, I have already try to using pip2 as your suggest, But I still got the same error. still-error-pyvis

So, I check the script to call nGraph and know that its on plugin/exec_nGraph. and when I check the script in exec_nGraph, nGraph run using python3 sudomy-ngraph

I try to edit it to use python2, but still got the same error as before..

Then, I try again to use pyvis on python3 by upgrade it sudo pip install --upgrade pyvis upgrade-pyvis Luckily, it works and can run nGraph well. sudomy-success

Well, I think that is the solution for it.