13o-bbr-bbq / machine_learning_security

Source code about machine learning and security.
1.96k stars 648 forks source link

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

Closed cybert79 closed 6 years ago

cybert79 commented 6 years ago

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 commented 6 years ago

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