moohax / pypipal

Pipal in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pypipal

Simple script that implements pipal in python. Thanks to the original authors of pipal and @culturedphish for providing the excel stuff.

Requirements

Python3, pandas, and xlsxwriter

pip install pandas
pip install xlsxwriter

A file of hashes should look as follows:

<hash>:<cracked_hash>
<hash>:
<hash>:<cracked_hash>
<hash>:
<hash>:

Examples:

pypipal.py -f hashes.csv -o analysis.xlsx

To Do:

  • Move away from Pandas

About

Pipal in python


Languages

Language:Python 100.0%