https://github.com/fluepke/vx-works-password-hash-cracker
Multithreaded VX Works Password Hash Cracker
https://github.com/fluepke/vx-works-password-hash-cracker
Last synced: 5 days ago
JSON representation
Multithreaded VX Works Password Hash Cracker
- Host: GitHub
- URL: https://github.com/fluepke/vx-works-password-hash-cracker
- Owner: Fluepke
- License: mit
- Created: 2023-11-12T11:43:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-12T11:43:55.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T04:18:52.220Z (7 months ago)
- Language: C
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# VxWorks Password Hash Cracker
VxWorks 5 uses a proprietary password hashing algorithm.
This repo provides a multithreaded brute-forcer to crack those hashes.
## Dependencies
1. POSIX compliant operating system
2. `gcc`
3. `make`## Building
1. `make`## Usage
1. Hashing passwords: `./hash `
2. Bruteforce password hashes: `./brute `**Note**: `dictionary_file` is expected to contain one password candidate per line.