Using for Axcrypt
#10
As already explained above, for axcrypt 1.x (every version of ax less than 2.0) you could just use axcrypt2john.py (https://raw.githubusercontent.com/magnum...pt2john.py) to extract the hashes.

Of course you need to have python installed for it.

The axsuite is used for in-memory hash extraction (this doesn't help in your situation).

After you extracted the "hash" into a file, you must make sure that it follows the hash format mentioned here: https://hashcat.net/wiki/doku.php?id=example_hashes, look for 13200 (you need to remove all file names etc or use --username, but best is to just convert it to the same format as mentioned on the example wiki page).

After you have the hash stored within a file with the correct hash format, you could just run hashcat with -m 13200.


Messages In This Thread
Using for Axcrypt - by Oxodao - 05-30-2017, 08:53 PM
RE: Using for Axcrypt - by royce - 05-30-2017, 08:59 PM
RE: Using for Axcrypt - by Oxodao - 05-30-2017, 09:27 PM
RE: Using for Axcrypt - by philsmd - 05-30-2017, 09:01 PM
RE: Using for Axcrypt - by philsmd - 05-31-2017, 09:51 AM
RE: Using for Axcrypt - by Oxodao - 05-31-2017, 04:52 PM
RE: Using for Axcrypt - by Fist0urs - 06-03-2017, 05:03 PM
RE: Using for Axcrypt - by Oxodao - 06-05-2017, 12:57 PM
RE: Using for Axcrypt - by laulaf - 08-08-2017, 11:11 AM
RE: Using for Axcrypt - by philsmd - 08-08-2017, 11:45 AM
RE: Using for Axcrypt - by laulaf - 08-08-2017, 12:15 PM