hashcat in VM
#13
The problem here might be that you probably need to use -S or pipe or otherwise the plains will be rejected already on host (you may be able to work around it, by always providing 24 bytes, but that's quite ugly).

The best of course would be to change the module and kernel to just set K1=K3 in the kernel and allow 16 bytes plains in host/module.

Another way of the rule would be just to use this:
Code:
y8 {{{{{{{{
copy the first block of 8 bytes and rotate it to the end (8 rotates)

but again, the plains will be already be rejected on host because the 16 bytes (2 blocks) are too short for 24 bytes "keys"
Reply


Messages In This Thread
hashcat in VM - by strcmp - 12-08-2019, 04:13 PM
RE: hashcat in VM - by philsmd - 12-08-2019, 04:37 PM
RE: hashcat in VM - by strcmp - 12-08-2019, 04:42 PM
RE: hashcat in VM - by philsmd - 12-08-2019, 04:46 PM
RE: hashcat in VM - by strcmp - 12-08-2019, 05:12 PM
RE: hashcat in VM - by strcmp - 12-08-2019, 05:47 PM
RE: hashcat in VM - by philsmd - 12-08-2019, 05:55 PM
RE: hashcat in VM - by strcmp - 12-08-2019, 06:10 PM
RE: hashcat in VM - by philsmd - 12-08-2019, 09:07 PM
RE: hashcat in VM - by strcmp - 12-08-2019, 10:06 PM
RE: hashcat in VM - by strcmp - 12-21-2019, 05:39 PM
RE: hashcat in VM - by undeath - 12-21-2019, 06:33 PM
RE: hashcat in VM - by philsmd - 12-21-2019, 06:51 PM