Skip to content

pervasive tracebacks #292

@qiMakur

Description

@qiMakur

Please provide the following details.

Host System

DISTRIB_ID=Kali
DISTRIB_RELEASE=kali-rolling
DISTRIB_CODENAME=kali-rolling
DISTRIB_DESCRIPTION="Kali GNU/Linux Rolling"
PRETTY_NAME="Kali GNU/Linux Rolling"
NAME="Kali GNU/Linux"
ID=kali
VERSION="2019.4"
VERSION_ID="2019.4"
VERSION_CODENAME="kali-rolling"

Python 2.7.16+

I installed datasploit using these commands...

git clone https://github.com/datasploit/datasploit /etc/datasploit
cd /etc/datasploit/
pip install -r requirements.txt
mv config_sample.py config.py
vi config.py

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

git log -n 1 --pretty=format:"%B"
Enabling text report output

Error Description

I'm getting errors and 'tracebacks' on all most all command versions that I execute.

python emailOsint.py phantomboss@gmail.com

Traceback (most recent call last):
File "emailOsint.py", line 17, in
run(email, options.output)
File "emailOsint.py", line 9, in run
osint_runner.run("email", "emails", email, output)
File "/etc/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 "/etc/datasploit/emails/email_whoismind.py", line 6, 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'

python usernameOsint.py phantomboss

Traceback (most recent call last):
File "usernameOsint.py", line 17, in
run(username, options.output)
File "usernameOsint.py", line 9, in run
osint_runner.run("username", "username", username, output)
File "/etc/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 "/etc/datasploit/username/username_tinder.py", line 10, 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'

python ipOsint.py 174.23.xx.xx

[+] Searching in VirusTotal Dataset
[-] virustotal_public_api not configured

[-] VirusTotal API Key not configured. Skipping VirusTotal Search.
Please refer to http://datasploit.readthedocs.io/en/latest/apiGeneration/.

[+] Getting WHOIS Information
--------------- Basic Info ---------------
ASN ID: 209
Org. Name: CENTURYLINK-LEGACY-QWEST-INET-127
CIDR Range: 174.16.0.0/12
Start Address: 174.16.0.0
Parent Handle: NET-174-0-0-0-0
Country: None

----------- Per Handle Results -----------
Handle: CCL-534
Kind: org
Address: 100 CENTURYLINK DR,Monroe,LA,71201,United States

[+] Searching in Shodan

----------- Per Port Results -----------

Response from Open Port: 4567
[+] HTTP port present:
Title: None
Robots: None
Server: None
Traceback (most recent call last):
File "ipOsint.py", line 17, in
run(ip, options.output)
File "ipOsint.py", line 9, in run
osint_runner.run("ip", "ip", ip, output)
File "/etc/datasploit/osint_runner.py", line 30, in run
x.output(data, m_input)
File "/etc/datasploit/ip/ip_shodan.py", line 55, in output
print '\tComponents: %s' % x['http']['components']
KeyError: 'components'

python ./datasploit.py -i ba***********nc.com

True

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

       Open Source Assistant for #OSINT
           www.datasploit.info

Target: ba***********nc.com
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 102, in auto_select_target
elif get_tld(target, fix_protocol=True,fail_silently=True) is not None:
File "/usr/lib/python2.7/dist-packages/tld/utils.py", line 403, in get_tld
search_private=search_private
File "/usr/lib/python2.7/dist-packages/tld/utils.py", line 265, in process_url
node = tld_names.root
AttributeError: 'NoneType' object has no attribute 'root'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions