Skip to content

kontrast23/pyHashcat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 

Repository files navigation

#pyhashcat

Python bindings for hashcat

pyhashcat has been completely rewritten as a Python C extension to interface directly with libhashcat. The pyhashcat module now acts as direct bindings to hashcat.This repository will be changing frequently in the coming weeks.

VERSION: 2.0b1

Requirements:

  • libhashcat
  • Python 2.7

###Install libhashcat and pyhashcat:

git clone https://github.com/Rich5/pyHashcat.git
cd pyHashcat
cd pyhashcat
git clone https://github.com/hashcat/hashcat.git
cd hashcat/
git submodule init
git submodule update
sudo make install_library
cd ..
python setup.py build_ext -R /usr/local/lib
sudo python setup.py install

###Simple Test:

user@host:~/pyHashcat/pyhashcat$ python test.py
-------------------------------
---- Simple pyhashcat Test ----
-------------------------------
[+] Running hashcat
STATUS:  Cracked
8743b52063cd84097a65d1633f5c74f5  -->  hashcat

###Help:

import pyhashcat
help(pyhashcat)

About

Python bindings for hashcat

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.1%
  • Python 1.9%