AutoSploit icon indicating copy to clipboard operation
AutoSploit copied to clipboard

Unhandled Exception (28d2b674b)

Open AutosploitReporter opened this issue 3 years ago • 0 comments

Autosploit version: 4.0 OS information: Linux-6.0.0-kali3-amd64-x86_64-with-debian-kali-rolling Running context: autosploit.py Error mesage: [Errno 2] No such file or directory: '/root/tools/AutoSploit/hosts.txt' Error traceback:

Traceback (most recent call):
 File "/root/tools/AutoSploit/lib/term/terminal.py", line 659, in terminal_main_display
    self.do_api_search(choice_data_list[1], choice_data_list[2:], tokens)
  File "/root/tools/AutoSploit/lib/term/terminal.py", line 249, in do_api_search
    prompt_for_save = len(open(lib.settings.HOST_FILE).readlines()) != 0
IOError: [Errno 2] No such file or directory: '/root/tools/AutoSploit/hosts.txt'

Metasploit launched: True

AutosploitReporter avatar Dec 21 '22 07:12 AutosploitReporter