Gathering detailed insights and metrics for hashdog
Gathering detailed insights and metrics for hashdog
Gathering detailed insights and metrics for hashdog
Gathering detailed insights and metrics for hashdog
npm install hashdog
Typescript
Module System
Node Version
NPM Version
79.4
Supply Chain
98.2
Quality
74.7
Maintenance
50
Vulnerability
100
License
Total Downloads
27,197
Last Day
1
Last Week
30
Last Month
150
Last Year
661
81 Stars
71 Commits
4 Forks
4 Watching
2 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.5.5
Package Id
hashdog@1.5.5
Size
54.06 MB
NPM Version
4.6.1
Node Version
7.10.0
Cumulative downloads
Total Downloads
Last day
0%
1
Compared to previous day
Last week
-34.8%
30
Compared to previous week
Last month
2,042.9%
150
Compared to previous month
Last year
-19.6%
661
Compared to previous year
Break MD5/SHA1/SHA256/SHA512 hashes using wordlists, password lists and string permutations.
Written in ES6/ES2015, and runs multiple forked processes for better performance. Using IPC calls in the cluster. Three different strategies are used for finding the correct hash. The first method is a english dictionary, along with a few word variations. The second path is using common passwords, while the third strategy is a bruteforce approach. The approach in this case is standard sequential recursive string permutation.
Install hashdog globally, sudo npm install hashdog -g
. Root permissions needed to extract a data archive (used by the dictionary worker).
Run Hashdog
in your terminal (run with no arguments for help screen):
1hashdog 6d86ca3c74636711371637c2d73ec3e48dd1737a
Import and instantiate Hashdog
(you might need to transpile the codebase from ES6 due to lack of support for modules and other features):
1import {HashDog} from 'hashdog'; 2let hashDog = new HashDog({hash: '2655dd21148f2433763d313407d5d820', type: 'MD5', length: 8, chars: 'AaBbCcDdEeFf'}); 3hashDog.on('success', (data) => { 4 console.log(data.hash + ':' + data.string); 5});
Example output:
1hashdog by @logotype. Copyright © 2017. Released under the MIT license. 2Hash: 6d86ca3c74636711371637c2d73ec3e48dd1737a type: SHA1 characters: ABCDEFGHIJKLMNOPQRSTUVXYZabcdefghijklmnopqrstuvwxyz0123456789 3Current rate combined..: 359.47 kHash/s 4 5PROCESS 1: <Dictionary> Words 6 Status...............: Unsuccessful 7 Uptime...............: 2.92 seconds 8 Key length...........: 10 9 Keys (tried).........: 235,886 10 Keys (total).........: 235,886 11 Percentage...........: 100% 12 Rate.................: 93.36 kHash/s 13 String...............: 14PROCESS 2: <Dictionary> Passwords 15 Status...............: Working 16 Uptime...............: 57.68 seconds 17 Key length...........: 9 18 Keys (tried).........: 9,453,892 19 Keys (total).........: 14,344,391 20 Percentage...........: 65.91% 21 Rate.................: 159.78 kHash/s 22 String...............: brittan90 23PROCESS 3: <Bruteforce> Permutations 24 Status...............: SUCCESS 25 Uptime...............: 57.86 seconds 26 Key length...........: 4 27 Keys (tried).........: 11,545,148 28 Keys (total).........: 13,845,841 29 Percentage...........: 83.11% 30 Rate.................: 199.69 kHash/s 31 String...............: tr1z 32---------------------------------------------------------------------- 33Started................: Fri, 9 Oct 2015 08:23:56 GMT 34Ended..................: Fri, 9 Oct 2015 08:24:54 GMT 35The process took 57.88 seconds. 366d86ca3c74636711371637c2d73ec3e48dd1737a : tr1z
Copyright © 2017 logotype
Author: Victor Norgren
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Built with IntelliJ IDEA Open Source License
The people at JetBrains supports the Open Source community by offering free licenses. Check out JetBrains Open Source to apply for your project. Thank you!
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More