1. python office2john.py test.xlsx > hashtagfile
2. hashcat -a 3 -m 9400 -o passtobestored.txt hashtagfile mymask.hcmask -i --increment
3. mymask.hcmask file should contain mask like : abcd?d?d?d?d where, ?d represent digit (0-9) i.e. upto 4 digits in example.
all the best ... my self is also learner ...recent beginner ...
2. hashcat -a 3 -m 9400 -o passtobestored.txt hashtagfile mymask.hcmask -i --increment
3. mymask.hcmask file should contain mask like : abcd?d?d?d?d where, ?d represent digit (0-9) i.e. upto 4 digits in example.
all the best ... my self is also learner ...recent beginner ...
(07-04-2022, 06:48 PM)cq88uik Wrote:(07-04-2022, 05:19 PM)Snoopy Wrote: first one
does your cmd told you anything? python not installed or something similar? or something like
Code:*.xlsx : zip container found, file is unencrypted?, invalid OLE file!
for the second one
veracrypt is binary input for hashcat, see wiki
https://hashcat.net/wiki/doku.php?id=fre...pt_volumes
hi there!
let's solve first problem.
1. i put the file(tes.xlsx) into john>run
2. open cmd , i had try 2 ways type
a.「office2john.py tes.xlsx」 > it will show options let me choose use which program to open
b.「python office2john.py tes.xlsx」
*by the way , which command word is correct ?