pyHashcat
#5
Bug Fix:
Fixed an error with parsing the restore file. I fat fingered a variable name.

To parse the restore file you can either call the get_restore_stats() function without arguments or specific a file name. If you don't specify a file path/name the wrapper will look for a restore file in the hashcat directory with the same name as the session variable. I added an example to the readme file on GitHub.

Code:
with pyHashcat.oclHashcatWrapper(path_to_exe) as hashcat:
    
    hashcat.get_restore_stats(restore_file_path="/mysession.restore")
    print hashcat.stats


Messages In This Thread
pyHashcat - by richk - 06-17-2014, 02:18 AM
RE: pyHashcat - by 2die4 - 06-17-2014, 10:13 AM
RE: pyHashcat - by atom - 06-17-2014, 10:23 AM
RE: pyHashcat - by richk - 06-17-2014, 01:02 PM
RE: pyHashcat - by richk - 06-17-2014, 03:01 PM
RE: pyHashcat - by NBZ - 06-17-2014, 04:09 PM
RE: pyHashcat - by richk - 06-17-2014, 05:13 PM
RE: pyHashcat - by hypn0s - 06-17-2014, 05:16 PM
RE: pyHashcat - by richk - 06-17-2014, 06:59 PM
RE: pyHashcat - by richk - 09-09-2014, 09:33 PM