Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericrallen/dictionrary
Simple password-protected RAR password cracking via dictionary
https://github.com/ericrallen/dictionrary
Last synced: about 1 month ago
JSON representation
Simple password-protected RAR password cracking via dictionary
- Host: GitHub
- URL: https://github.com/ericrallen/dictionrary
- Owner: ericrallen
- License: mit
- Created: 2015-07-08T00:19:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-14T03:06:36.000Z (over 4 years ago)
- Last Synced: 2024-11-03T10:26:08.404Z (3 months ago)
- Language: Shell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# dictionrary v0.0.1
**Note**: This is not an elegant solution, but it works well for simple dictionary attacks against a RAR file.
A basic shell script for checking a password-protected RAR file against a word list.
I was working through a mission on the [Enigma Group](http://www.enigmagroup.org/) site and ended up with a password protected RAR that I needed to get some information from.
I couldn't get rarcrack to work with the particular file I was using so I wrote a basic script to take care of it.
It could definitely be upgraded in numerous ways.