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 builtwith #4

Open
digglepress opened this issue Feb 15, 2019 · 5 comments
Open

ImportError: No module named builtwith #4

digglepress opened this issue Feb 15, 2019 · 5 comments

Comments

@digglepress
Copy link

root@young:~# git clone https://github.com/ultrasecurity/webkiller.git
Cloning into 'webkiller'...
remote: Enumerating objects: 54, done.
remote: Total 54 (delta 0), reused 0 (delta 0), pack-reused 54
Unpacking objects: 100% (54/54), done.
root@young:~# cd webkiller
root@young:~/webkiller# pip install -r requirements.txt
Requirement already satisfied: colorama in /usr/lib/python3/dist-packages (from -r requirements.txt (line 1)) (0.3.7)
Requirement already satisfied: requests in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 2)) (2.18.1)
Collecting builtwith (from -r requirements.txt (line 3))
Downloading https://files.pythonhosted.org/packages/9b/b8/4a320be83bb3c9c1b3ac3f9469a5d66e02918e20d226aa97a3e86bddd130/builtwith-1.3.3.tar.gz
Requirement already satisfied: idna<2.6,>=2.5 in /usr/local/lib/python3.6/dist-packages (from requests->-r requirements.txt (line 2)) (2.5)
Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 2)) (2018.8.24)
Requirement already satisfied: urllib3<1.22,>=1.21.1 in /usr/local/lib/python3.6/dist-packages (from requests->-r requirements.txt (line 2)) (1.21.1)
Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3/dist-packages (from requests->-r requirements.txt (line 2)) (3.0.4)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from builtwith->-r requirements.txt (line 3)) (1.11.0)
Building wheels for collected packages: builtwith
Running setup.py bdist_wheel for builtwith ... done
Stored in directory: /root/.cache/pip/wheels/2b/00/c2/a96241e7fe520e75093898bf926764a924873e0304f10b2524
Successfully built builtwith
Installing collected packages: builtwith
Successfully installed builtwith-1.3.3
****root@young:~/webkiller# python webkiller.py
Traceback (most recent call last):
File "webkiller.py", line 9, in
import builtwith
ImportError: No module named builtwith

@cymilad
Copy link

cymilad commented Mar 19, 2019

this command in terminal kali linux => pip install builtwith

@pretech86
Copy link

i already make pip install builtwith and still the same error

@gfxlight55
Copy link

gfxlight55 commented Apr 12, 2020

This is what I did to fix this problem.
Note: Make sure you have Python3 & pip3 installed before you start.

[1] Remove Webkiller from whatever dir you have it installed in by using
sudo rm -r webkiller/

[2] Clone it again by using (do not use sudo)
git clone https://github.com/ultrasecurity/webkiller.git

[3] Install requirments by using (do not use sudo)
pip3 install -r requirments.txt

[4] Install setuptools using pip3 (do not use sudo)
pip3 install setuptools

[5] Run Webkiller again (do not use sudo)
python3 webkiller.py

This should fix the issue.

  • requests in /usr/lib/python3/dist-packages (from -r requirments.txt (line 1)) (2.23.0)
  • colorama in /usr/lib/python3/dist-packages (from -r requirments.txt (line 2)) (0.4.3)
  • ipapi in /home/user/.local/lib/python3.8/site-packages (from -r requirments.txt (line 3)) (0.5.2)
  • builtwith in /home/user/.local/lib/python3.8/site-packages (from -r requirments.txt (line 4)) (1.3.3)
  • six in /usr/lib/python3/dist-packages (from builtwith->-r requirments.txt (line 4)) (1.14.0)
  • setuptools in /home/user/.local/lib/python3.8/site-packages (46.1.3)

@diegobarbo
Copy link

@baykay did you create a virtualenv to run the builtwith ?

@Marvicho18
Copy link

Hello, I hope that can resolve the problem, I´m new in this wonderful world of kali, I folllow this steps and can ressolve the issue with webkiller. PD: Be careful when type requirments.txt

https://www.javatpoint.com/webkiller-tool-in-kali-linux

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

6 participants