Skip to content

A python script that executes a brute force dictionary attack to a given /etc/shadow file.

Notifications You must be signed in to change notification settings

necaro55/Shadow-file-cracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Shadow-file-cracker

A python script that executes a brute force dictionary attack to a given /etc/shadow file.

Usage

It accepts two arguments, the path to the shadow file and a dictionary text file.

hash_cracker.py [path to shadow file] [dictionary text file]

It outputs a text file called Results.txt with the results of the attack.

TO DO

Multithreading

About

A python script that executes a brute force dictionary attack to a given /etc/shadow file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages