An open API service indexing awesome lists of open source software.

https://github.com/emeleonufavour/cys511_python

A python algorithm to crack group passwords for CYS 511 class
https://github.com/emeleonufavour/cys511_python

Last synced: 3 months ago
JSON representation

A python algorithm to crack group passwords for CYS 511 class

Awesome Lists containing this project

README

        

# Python code to crack group passwords in CYS 511 practical class

I wrote the contents in this repo to hack the passwords of all groups in the fastest amount of time
possible as the requirements for winning.

## How to use
- The shadow.txt file has its contents gotten from the shadow file in the /etc/shadow directory in Linux.
- The firstname.py file contains a map of each group number to its members
- Modify any of the two above files for the password you want to crack with the password_crack.py file

The hashing algorithm used for the shadow file was the SHA-512. It goes for 5000 rounds and requires the Salt.