AutoSploit icon indicating copy to clipboard operation
AutoSploit copied to clipboard

Unhandled Exception (768daf184)

Open AutosploitReporter opened this issue 5 years ago • 0 comments

Autosploit version: 4.0 OS information: Linux-4.14.0-parrot13-amd64-x86_64-with-Parrot-3.11-stable Running context: autosploit.py Error mesage: ``/home/hackeros/AutoSploit/hosts.txtand/home/hackeros/AutoSploit/hosts.txt are the same file Error traceback:

Traceback (most recent call):
 File "/home/hackeros/AutoSploit/lib/term/terminal.py", line 644, in terminal_main_display
    self.do_load_custom_hosts(choice_data_list[-1])
  File "/home/hackeros/AutoSploit/lib/term/terminal.py", line 456, in do_load_custom_hosts
    shutil.copy(file_path, lib.settings.HOST_FILE)
  File "/usr/lib/python2.7/shutil.py", line 133, in copy
    copyfile(src, dst)
  File "/usr/lib/python2.7/shutil.py", line 83, in copyfile
    raise Error("`%s` and `%s` are the same file" % (src, dst))
Error: `/home/hackeros/AutoSploit/hosts.txt` and `/home/hackeros/AutoSploit/hosts.txt` are the same file

Metasploit launched: False

AutosploitReporter avatar Apr 10 '20 04:04 AutosploitReporter