Skip to content

A little python to bruteforce /etc/shadow file from a dictionary

License

Notifications You must be signed in to change notification settings

0xded093/bruteforce_shadow_sha512

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

bruteforce_shadow_sha512

####A little python to bruteforce /etc/shadow file from a dictionary

This is a sha512 implementation of a simple crypt() bruteforcer for /etc/shadow file. This is useful for that kind of password (Debian for istance)):

root:$6$saltsalt$encryptedpassword:16584:0:99999:7:::

It read shadow from passwords.txt and dictionary from dictionary.txt

About

A little python to bruteforce /etc/shadow file from a dictionary

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages