pack icon indicating copy to clipboard operation
pack copied to clipboard

PACK (Password Analysis and Cracking Kit)

Results 11 pack issues
Sort by recently updated
recently updated
newest added

Hello, This PR contains massive code cleanup (code is now nearly PEP8 compliant) and modifications to make it work with Python 3. I tested many features but I may have...

I'm doing a talk about an open-source project I've created. My tool leverages rulesgen from PACK. I'd like to give credit where credit is due and acknowledge I'm using your...

Hi ! When i try to start `py statsgen.py` i get this error : ``` File "C:\Users\xxxx\hashcat\pack\statsgen.py", line 178 print "[+] Analyzing %d%% (%d/%d) of passwords" % (self.filter_counter*100/self.total_counter, self.filter_counter, self.total_counter)...

event though there is the policygen with "-minlower 1 --minupper 1 --mindigit 1 --minspecial 1", default windows password policy requires 3 of the 4 groups, not all 4, if this...

This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`. You can read more about running...

It cant be uses by python3 and the enchant module will soon be unsupported. How a update would be nice

Hi, i am trying to make a hash with this command but with no result ``` python policygen.py --minlength=8 --maxlength=15 \ --mindigit=1 --minlower=1 --minupper=1 --minspecial=1 -o test1.masks ``` and i...

I generated a mask set for 8+ characters. A lot of these marks are very small, so hashcat spends a lot of time starting and stopping jobs, leading to a...

In the cases where the strings have accentuated characters, each one of those is counted twice. For example "ä" would be two chars, which is not correct. Changing the encoding...