https://github.com/hxr16f/shadowcrack
Simple Unix (shadow) hash cracker.
https://github.com/hxr16f/shadowcrack
cracker cracking-password hash password shadow
Last synced: about 2 months ago
JSON representation
Simple Unix (shadow) hash cracker.
- Host: GitHub
- URL: https://github.com/hxr16f/shadowcrack
- Owner: hXR16F
- License: gpl-3.0
- Created: 2021-05-13T10:19:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-23T21:22:53.000Z (over 3 years ago)
- Last Synced: 2025-01-26T07:46:19.634Z (4 months ago)
- Topics: cracker, cracking-password, hash, password, shadow
- Language: Python
- Homepage:
- Size: 25.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
shadowcrack - YouTube
Simple Unix (shadow) hash cracker.
![]()
# Setup
## Requirements
* Linux with sudo privileges (if you want to change/remove password without any permissions, follow these steps)
* Python 3.6 or newer## Installing
```
sudo apt install dialog openssl
git clone https://github.com/hXR16F/shadowcrack.git
cd shadowcrack
pip install pythondialog
```## Running
```
sudo python shadowcrack.py
```# Donate
If you support my work or like my projects, [you can donate me some money](https://github.com/hXR16F/donate/blob/master/README.md). Thank you 💙