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

ImportError: No module named wappalyzer #14

Open
AnoAlex opened this issue Apr 19, 2019 · 6 comments
Open

ImportError: No module named wappalyzer #14

AnoAlex opened this issue Apr 19, 2019 · 6 comments

Comments

@AnoAlex
Copy link

AnoAlex commented Apr 19, 2019

Traceback (most recent call last):
File "run.py", line 5, in
from start_scans import start_scan
File "/home/---/watchdog/start_scans.py", line 7, in
from findTechnology import technologyScan
File "/home/---/watchdog/findTechnology.py", line 1, in
from wappalyzer import Wappalyzer
ImportError: No module named wappalyzer

@kotireddyaluri
Copy link

Struggling with the Same problem

@CRO-THEHACKER
Copy link

Super easy fix, all you have to is install the wappalyzer pip, simply just run
sudo -H pip install -r external-requirements.txt
to install the required pip's. - This will install in super-user but allow modify things in $HOME/enable caching.
Hope this helps!
*hint: Make sure your in the /watchdog/ dir - were you installed the repo.

@VigneshSahoo
Copy link

image

Not working!! Have the same problem. @CRO-THEHACKER

@CRO-THEHACKER
Copy link

image

Not working!! Have the same problem. @CRO-THEHACKER

Try running in Python 3.8+

@VigneshSahoo
Copy link

@CRO-THEHACKER , No use because the code is in Python 2. Look at the space after python print

image

@abhishekpalad
Copy link

Open findTechnology.py and make the w capital "Wappalyzer"

image

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

5 participants