DataSploit / datasploit

An #OSINT Framework to perform various recon techniques on Companies, People, Phone Number, Bitcoin Addresses, etc., aggregate all the raw data, and give data in multiple formats.
GNU General Public License v3.0
3.01k stars 425 forks source link

ImportError: No module named whois #62

Closed enamds closed 7 years ago

enamds commented 8 years ago

Hi, I using Ubuntu 15 and python 3. So a have an issue when trying python domainOsint.py -d domain.org an answer is

Traceback (most recent call last):
  File "domainOsint.py", line 30, in <module>
    import whois
ImportError: No module named whois

Can u help me? What I doing wrong?

Chan9390 commented 8 years ago

Same as issue #46 . Try executing pip install python-whois==0.6.2

enamds commented 8 years ago

TY for answer, now error is

File "domainOsint.py", line 35, in <module>
    from Wappalyzer import Wappalyzer, WebPage
ImportError: No module named Wappalyzer
Chan9390 commented 8 years ago

Did you actually install all the requirements ? ( I doubt it ). Just install all the modules listed in requirements.txt using the command pip install -r requirements.txt

Chan9390 commented 7 years ago

Close the issue if you have everything resolved.

upgoingstar commented 7 years ago

Closing this as I expect this should have worked. Thanks @Chan9390

@enamds If you are still facing the same problem, please feel free to re-open the same. Thanks.