DataSploit/datasploit

Skipping Googlepdf because it is marked as disabled

mrxbank opened this issue · 0 comments

Please provide the following details.

Host System

  • OS : Kali Linux 2017.1
  • Python version (python --version) : Python 2.7.14+

Error Description

Please provide the details of the error. Try to provide the output and also steps to reproduce (if possible).

I've put all the minimum API in the config.py file, but when I run any of the scripts it gives me an error. Why is it happening ?

root@kali:~/datasploit# ./datasploit.py -i facebook.com
True

/ / _ / /_ ____ _ _____ ____ / /____ ()/ /
/ __ // __ // __// __ // // __ \ / // __ \ / // __/
/ /
/ // /
/ // /
/ // /(__ )/ // // // // // // /
_,/ _,/ _/ _,//// ./// _/// _/
/_/

       Open Source Assistant for #OSINT
           www.datasploit.info

Target: facebook.com
Looks like a DOMAIN, running domainOsint...

[-] Skipping Googlepdf because it is marked as disabled.
Traceback (most recent call last):
File "./datasploit.py", line 112, in
main(sys.argv[1:])
File "./datasploit.py", line 68, in main
auto_select_target(single_input, output)
File "./datasploit.py", line 104, in auto_select_target
domainOsint.run(target, output)
File "/root/datasploit/domainOsint.py", line 9, in run
osint_runner.run("domain", "domain", domain, output)
File "/root/datasploit/osint_runner.py", line 17, 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/domain/domain_forumsearch.py", line 5, 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'

If you cloned Datasploit, also provide the output of git log -n 1 --pretty=format:"%B".