Hello,
i tried the Linux-tool (apfs2hashcat) to extract the hash for hashcat but get an error on the "make" command.
Is it possible to convert the EncryptedRoot.plist.wipekey manual to the hashcat needed format ?
(i still copied it to my workfolder)
edit:// I´m using Windos-Subsystem-Linux Ubuntu 18.04 LTS
i tried the Linux-tool (apfs2hashcat) to extract the hash for hashcat but get an error on the "make" command.
Code:
linux@MSI:/mnt/d/0_Work/apfs2hashcat$ git submodule init
linux@MSI:/mnt/d/0_Work/apfs2hashcat$ git submodule update
linux@MSI:/mnt/d/0_Work/apfs2hashcat$ cd build
linux@MSI:/mnt/d/0_Work/apfs2hashcat/build$ cmake ..
-- Configuring done
-- Generating done
-- Build files have been written to: /mnt/d/0_Work/apfs2hashcat/build
linux@MSI:/mnt/d/0_Work/apfs2hashcat/build$ make
[ 16%] Built target lzfse
[ 81%] Built target apfs
[ 87%] Built target apfs-dump
[ 89%] Building CXX object CMakeFiles/apfs-fuse.dir/apfsfuse/ApfsFuse.cpp.o
/mnt/d/0_Work/apfs2hashcat/apfsfuse/ApfsFuse.cpp:31:10: fatal error: fuse3/fuse.h: No such file or directory
#include <fuse3/fuse.h>
^~~~~~~~~~~~~~
compilation terminated.
CMakeFiles/apfs-fuse.dir/build.make:62: recipe for target 'CMakeFiles/apfs-fuse.dir/apfsfuse/ApfsFuse.cpp.o' failed
make[2]: *** [CMakeFiles/apfs-fuse.dir/apfsfuse/ApfsFuse.cpp.o] Error 1
CMakeFiles/Makefile2:143: recipe for target 'CMakeFiles/apfs-fuse.dir/all' failed
make[1]: *** [CMakeFiles/apfs-fuse.dir/all] Error 2
Makefile:83: recipe for target 'all' failed
make: *** [all] Error 2
linux@MSI:/mnt/d/0_Work/apfs2hashcat/build$
Is it possible to convert the EncryptedRoot.plist.wipekey manual to the hashcat needed format ?
(i still copied it to my workfolder)
edit:// I´m using Windos-Subsystem-Linux Ubuntu 18.04 LTS