NullArray / AutoSploit

Automated Mass Exploiter
GNU General Public License v3.0
5.01k stars 1.13k forks source link

Unhandled Exception (3bad8b6f2) #1245

Closed AutosploitReporter closed 4 years ago

AutosploitReporter commented 4 years ago

Autosploit version: 2.2.3 OS information: Linux-4.4.208-KronicKernel-armv8l-with-libc Running context: /data/data/com.thecrackertechnology.andrax/ANDRAX/AutoSploit/autosploit.py Error meesage: stat() argument 1 must be encoded string without null bytes, not str Error traceback:

Traceback (most recent call):
 File "/data/data/com.thecrackertechnology.andrax/ANDRAX/AutoSploit/autosploit/main.py", line 123, in main
    terminal.terminal_main_display(loaded_exploits)
  File "/data/data/com.thecrackertechnology.andrax/ANDRAX/AutoSploit/lib/term/terminal.py", line 331, in terminal_main_display
    self.custom_host_list(loaded_mods)
  File "/data/data/com.thecrackertechnology.andrax/ANDRAX/AutoSploit/lib/term/terminal.py", line 277, in custom_host_list
    self.exploit_gathered_hosts(mods, hosts=provided_host_file)
  File "/data/data/com.thecrackertechnology.andrax/ANDRAX/AutoSploit/lib/term/terminal.py", line 266, in exploit_gathered_hosts
    exploiter.start_exploit()
  File "/data/data/com.thecrackertechnology.andrax/ANDRAX/AutoSploit/lib/exploitation/exploiter.py", line 102, in start_exploit
    makedirs(current_host_path)
  File "/data/data/com.thecrackertechnology.andrax/ANDRAX/python2/lib/python2.7/os.py", line 148, in makedirs
    if head and tail and not path.exists(head):
  File "/data/data/com.thecrackertechnology.andrax/ANDRAX/python2/lib/python2.7/genericpath.py", line 26, in exists
    os.stat(path)
TypeError: stat() argument 1 must be encoded string without null bytes, not str

Metasploit launched: True