Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/redragonx/md5-cracker-go
Golang based wordlist md5 cracker
https://github.com/redragonx/md5-cracker-go
Last synced: 13 days ago
JSON representation
Golang based wordlist md5 cracker
- Host: GitHub
- URL: https://github.com/redragonx/md5-cracker-go
- Owner: redragonx
- Created: 2015-06-18T04:24:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-30T17:31:26.000Z (over 9 years ago)
- Last Synced: 2024-05-02T01:54:27.984Z (7 months ago)
- Language: Go
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MD5 cracker program in Go.
=================Abstract:
---------This program bruteforces MD5 hashes.
Description of the program:
----------------------------
```
Simple MD5 cracker.Usage:
md5cracker
md5crackerThis program outputs some plaintext matching MD5 hashes that you give to the
program. There are two modes you can use with the cracker. You can crack one MD5
hash or multiple MD5 hashes. For the first mode, just run the program with no
arguments. Or provide two file paths for a set of hashes you wish to crack and
the word list file to crack the hashes with.
```How to install on your system
-----------------------------1. Setup Go, you can read how [here](https://golang.org/doc/install)
2. run `go get github.com/redragonx/md5-cracker-go`
3. cd into the src dir and run `go install`
4. If done properly, you can run the program anywhere.