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

Still errors with modules #134

Closed S3RKK closed 7 years ago

S3RKK commented 7 years ago

I followed a fix commented on my last post but it still does not work. I get this error Traceback (most recent call last): File "datasploit.py", line 54, in main(user_input) File "datasploit.py", line 36, in main emailOsint.run(user_input) File "/root/datasploit/emailOsint.py", line 8, in run osint_runner.run("email", "emails", email) File "/root/datasploit/osint_runner.py", line 14, in run x = importlib.import_module(module_name) File "/usr/lib/python2.7/importlib/init.py", line 37, in import_module import(name) File "/root/datasploit/emails/email_slideshare.py", line 7, in from bs4 import BeautifulSoup File "/usr/local/lib/python2.7/dist-packages/bs4/init.py", line 30, in from .builder import builder_registry, ParserRejectedMarkup File "/usr/local/lib/python2.7/dist-packages/bs4/builder/init.py", line 314, in from . import _html5lib File "/usr/local/lib/python2.7/dist-packages/bs4/builder/_html5lib.py", line 70, in class TreeBuilderForHtml5lib(html5lib.treebuilders._base.TreeBuilder): AttributeError: 'module' object has no attribute '_base' something is wrong with my modules please help me! I've been trying to use this program for more then a week now! :(

blahdidbert commented 7 years ago

This is the same issue as number 136. For this particular issue I found that down grading to this version of html5lib fixed this particular issue.

pip install --upgrade html5lib==1.0b8

Please also make sure you are using the directions found here. http://www.datasploit.info/

S3RKK commented 7 years ago

Thanks a lot :D worked @blahdidbert