dcipher-cli
Version:
Crack hashes using online rainbow & lookup table attack services, right from your terminal.
56 lines (55 loc) • 1.09 kB
JSON
{
"name": "dcipher-cli",
"version": "1.1.6",
"description": "Crack hashes using online rainbow & lookup table attack services, right from your terminal.",
"license": "MIT",
"repository": "k4m4/dcipher-cli",
"author": {
"name": "Nikolaos Kamarinakis",
"url": "https://nikolaskama.me",
"email": "nikolaskam@gmail.com"
},
"bin": {
"dcipher": "cli.js",
"decipher": "cli.js"
},
"ava": {
"babel": true
},
"engines": {
"node": ">=9"
},
"main": "cli.js",
"scripts": {
"test": "ava"
},
"keywords": [
"hash",
"decipher",
"crack",
"password",
"table",
"cracking",
"ctf"
],
"files": [
"cli.js"
],
"devDependencies": {
"@ava/babel": "^1.0.1",
"ava": "^3.5.2",
"execa": "^0.6.3"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"dcipher": "^1.1.3",
"get-stdin": "^6.0.0",
"hash-detector": "^1.3.0",
"log-symbols": "^2.2.0",
"meow": "^4.0.1",
"p-any": "^1.1.0",
"p-timeout": "^2.0.1",
"request": "^2.88.2",
"request-promise": "^4.2.5"
}
}