webkiller icon indicating copy to clipboard operation
webkiller copied to clipboard

ImportError: No module named builtwith

Open digglepress opened this issue 6 years ago • 5 comments

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

digglepress avatar Feb 15 '19 17:02 digglepress

this command in terminal kali linux => pip install builtwith

cymilad avatar Mar 19 '19 10:03 cymilad

i already make pip install builtwith and still the same error

pretech86 avatar May 30 '19 07:05 pretech86

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)

gfxlight55 avatar Apr 12 '20 09:04 gfxlight55

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

diegobarbo avatar Dec 29 '21 23:12 diegobarbo

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

Marvicho18 avatar Sep 18 '23 08:09 Marvicho18