Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: type object 'datetime.datetime' has no attribute 'datetime' #15

Closed
cybert79 opened this issue Jul 17, 2018 · 1 comment

Comments

@cybert79
Copy link

Hey,

When I want to launch it on debian 9 with metasploit framework installed on I get this error:

Traceback (most recent call last):
File "DeepExploit.py", line 2051, in
env.execute_nmap(env.rhost, nmap_command, env.nmap_timeout)
File "DeepExploit.py", line 726, in execute_nmap
self.util.print_message(OK, 'Start time: {}'.format(self.get_current_time()))
File "DeepExploit.py", line 716, in get_current_time
now = datetime.datetime.now()
AttributeError: type object 'datetime.datetime' has no attribute 'datetime'

@13o-bbr-bbq
Copy link
Owner

Hi cybert79.
it was a bug. so, i fixed yesterday.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants