Skip to content

AttributeError: 'list' object has no attribute 'strftime' #207

@eigenstein

Description

@eigenstein

---> Finding Whois Information.
Traceback (most recent call last):
File "domainOsint.py", line 17, in
run(domain, options.output)
File "domainOsint.py", line 9, in run
osint_runner.run("domain", "domain", domain, output)
File "/usr/share/datasploit/osint_runner.py", line 30, in run
x.output(data, m_input)
File "/usr/share/datasploit/domain/domain_whois.py", line 34, in output
data['expiration_date'] = data['expiration_date'].strftime('%m/%d/%Y')
AttributeError: 'list' object has no attribute 'strftime'

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