Running information
Exploit module information
Program information
- Python 2.7.14
- AutoSploit 2.0
- File "autosploit.py", line 5, in
main()
File "/root/AutoSploit/autosploit/main.py", line 58, in main
terminal.terminal_main_display(loaded_exploits)
File "/root/AutoSploit/lib/term/terminal.py", line 273, in terminal_main_display
self.view_gathered_hosts()
File "/root/AutoSploit/lib/term/terminal.py", line 73, in view_gathered_hosts
with open(self.host_path) as hosts:
TypeError: coercing to Unicode: need string or buffer, list found
when I try ask for the gathered hosts it produces a list and fails
Running information
Exploit module information
Program information
main()
File "/root/AutoSploit/autosploit/main.py", line 58, in main
terminal.terminal_main_display(loaded_exploits)
File "/root/AutoSploit/lib/term/terminal.py", line 273, in terminal_main_display
self.view_gathered_hosts()
File "/root/AutoSploit/lib/term/terminal.py", line 73, in view_gathered_hosts
with open(self.host_path) as hosts:
TypeError: coercing to Unicode: need string or buffer, list found
when I try ask for the gathered hosts it produces a list and fails