Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k4m4/dcipher-cli
🔓Crack hashes using online rainbow & lookup table attack services, right from your terminal.
https://github.com/k4m4/dcipher-cli
capture-the-flag cli crack cracking ctf dcipher decipher hash md5 nodejs password rainbow-table sha
Last synced: 3 months ago
JSON representation
🔓Crack hashes using online rainbow & lookup table attack services, right from your terminal.
- Host: GitHub
- URL: https://github.com/k4m4/dcipher-cli
- Owner: k4m4
- Created: 2018-04-08T18:21:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T16:13:56.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T04:12:33.760Z (3 months ago)
- Topics: capture-the-flag, cli, crack, cracking, ctf, dcipher, decipher, hash, md5, nodejs, password, rainbow-table, sha
- Language: JavaScript
- Homepage:
- Size: 816 KB
- Stars: 227
- Watchers: 10
- Forks: 31
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# dcipher-cli [![Build Status](https://travis-ci.org/k4m4/dcipher-cli.svg?branch=master)](https://travis-ci.org/k4m4/dcipher-cli)
> Crack hashes using online rainbow & lookup table attack services, right from your terminal.
---
## Install
```
~ ❯❯❯ npm install -g dcipher-cli
```## Usage
```
~ ❯❯❯ dcipher --helpCrack hashes using online rainbow & lookup table attack services, right from your terminal.
Usage
~ ❯❯❯ dcipher
~ ❯❯❯ echo | dcipher
Options
-p, --plain Display output without log symbols
Example
~ ❯❯❯ dcipher 1abcb33beeb811dca15f0ac3e47b88d9
✔ unicorn
```## Supported Hashes
- [`MD5`](https://github.com/k4m4/md5-regex)
- [`SHA1`](https://github.com/k4m4/sha-regex)
- [`SHA224`](https://github.com/k4m4/sha-regex)
- [`SHA256`](https://github.com/k4m4/sha-regex)
- [`SHA384`](https://github.com/k4m4/sha-regex)
- [`SHA512`](https://github.com/k4m4/sha-regex)
- [`RIPEMD320`](https://github.com/k4m4/ripemd-regex)## Supported Encodings
- [`Base64`](https://github.com/kevva/base64-regex)
## Credits
- `dcipher` depends on the following online services:
- [Hash Toolkit](https://hashtoolkit.com) - Hash Toolkit Hash Decrypter enables you to decrypt/reverse a hash in various formats into their original text. Hashes are often used to store passwords securely in a database.
- [GromWeb](https://md5.gromweb.com) - MD5 & SHA conversion and reverse lookup service.
- [MD5Hashing](https://md5hashing.net) - Yet another hash conversion and reverse lookup service.## Related
- [dcipher](https://github.com/k4m4/dcipher) - API for this module
## License
MIT © [Nikolaos Kamarinakis](https://nikolaskama.me)