pyHashcat
#1
If anyone is interested I created a Python wrapper to interface with oclHashcat. It's in beta currently so I'm sure there are bugs. Please let me know if/when you find them. I hope this helps with building GUIs, distributed solutions, and other interesting programs integrated with hashcat. I hope someone finds the wrapper useful.

My blog post about it can be found here:
http://www.sploitmonkey.com/2014/06/intr...shcat.html

The source can be found here:
https://github.com/Rich5/pyHashcat

List of features:

-Interface with oclHashcat as a Python object

-Run oclHashcat as a background process

-Automatically builds command line arguments based on Python object variable assignment

-Support for stdout stream gobbling

-Support for stderr stream gobbling

-Parse output from oclHashcat files and return data as a Python
dictionary data structure with user defined fields

-Parse restore files and return data as a Python dictionary data structure

-Wrapper class has context manager (i.e. with) that will automatically
clean-up oclHashcat background process on object termination

- Look-up function for mapping hash types to oclHashcat type codes


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