t4d / StalkPhish

StalkPhish - The Phishing kits stalker, harvesting phishing kits for investigations.
GNU Affero General Public License v3.0
626 stars 80 forks source link

ImportError: No module named 'ipwhois' #25

Closed BrickBross closed 4 years ago

BrickBross commented 4 years ago

Hi,

Not sure if i am missing something here,

Running on Ubuntu Server 16.04,

When try run i get the following

Traceback (most recent call last): File "./StalkPhish.py", line 26, in from tools.utils import VerifyPath File "/home/[username]/StalkPhish/stalkphish/tools/utils.py", line 13, in from ipwhois.net import Net ImportError: No module named 'ipwhois'

When i look in the modules i dont see anything for ipwhois. I can comment this out in the utils.py to work but then clearly i wont get the ipwhois data

Cheers

BrickBross commented 4 years ago

Hi,

To add to this it looks like it gets to the end of the keyword search and then i get the following;

2020-01-27 14:52:54,450 - StalkPhish.py - ERROR - Main error (<class 'ImportError'>, ImportError("No module named 'cfscrape'",), <traceback object at 0x7f30698c0b08>)

Apologies if this is just a misconfiguration on my side

Cheers

BrickBross commented 4 years ago

Please ignore - this was my error, i just noticed the pip install of the requirements never ran!