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
- Host: GitHub
- URL: https://github.com/emeleonufavour/cys511_python
- Owner: emeleonufavour
- Created: 2024-01-18T21:22:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-24T22:10:52.000Z (over 1 year ago)
- Last Synced: 2024-01-25T00:29:16.754Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 fileThe hashing algorithm used for the shadow file was the SHA-512. It goes for 5000 rounds and requires the Salt.