keepass > 99999999
#2
if you only have windows (or mainly use windows and are more comforatble just running/compiling it on win), just compile it with mysys or cygwin:
- https://github.com/hashcat/hashcat/blob/...D_MSYS2.md or
- https://github.com/hashcat/hashcat/blob/..._CYGWIN.md

for the cross-compilation you would need to have the mingw packages installed, on ubuntu I think you need these:
Code:
g++-mingw-w64-x86-64
gcc-mingw-w64-base
gcc-mingw-w64-x86-64
mingw-w64-common
mingw-w64-x86-64-dev

to have some binaries like these available for the compilation/make steps:
Code:
x86_64-w64-mingw32-gcc
x86_64-w64-mingw32-g++
x86_64-w64-mingw32-ar

I can't really think of any other problem (besides the iconv as you mentioned)...
you would need to let us know the exact error message (the first ones are of course the most important to fix first) when compiling, otherwise it's just a guessing game what problem you could experience. Without the output of:
Code:
make clean
make win

we can't really tell what the problem could be.


I understand your problem with the 9 digit limitation.... but on the other side are you sure you know enough about the password pattern and charset and length to make this cracking attempt even feasible ? This is a very high number of iterations, so you must have a very good idea what the password candidates should look like. otherwise it's probably getting infeasible/uncrackable. Please elaborate how much you know about the password length, pattern, set of characters , does it use common dictionary words etc ?
Reply


Messages In This Thread
keepass > 99999999 - by uraks - 03-02-2021, 12:00 AM
RE: keepass > 999999 - by philsmd - 03-02-2021, 12:04 PM
RE: keepass > 999999 - by uraks - 03-02-2021, 03:35 PM
RE: keepass > 99999999 - by philsmd - 03-05-2021, 11:26 AM
RE: keepass > 99999999 - by alwayswannafly - 03-21-2021, 02:22 AM