houndsniff

Hash identification tool
git clone git@git.mcdim.xyz:/var/www/git/houndsniff.git
Log | Files | Refs | README | LICENSE

commit 1a6b4c68f2feff1ec92a375c3bdc6b6a984d9efd
parent 87768650290e83e8086368894bf17cf207b7d6a1
Author: Michael Constantine Dimopoulos <mk@mcdim.xyz>
Date:   Thu, 10 Feb 2022 19:30:57 +0000

Updated readme

Diffstat:
MREADME.md | 20++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md @@ -31,6 +31,15 @@ houndsniff -s ``` You can exit with ^C. +Thanks +---- +Thanks a lot to tuu and fizzie, as well as kurahaupo on ##c @ freenode for their revisions and suggestions! (even though I've yet to implement everything). I truly appreciate the help. + +## Donate +[![paypal](https://mcdim.xyz/media/button_paypal2.png)](https://www.paypal.com/donate/?hosted_button_id=HZXXLD586P5CW) + +More donation options on the website: <a href="https://mcdim.xyz/"/>mcdim.xyz</a> + Note ---- It is impossible to mathematically and algorithmically determine which specific algorithm produced a certain hash, and that's definitely not houndsniff is claiming to be able to do. A hash of a specific length and characterset could have been generated by a number of different hashing algorithms, and the hash itself doesn't give further information for one to determine whether or not it was produced by i.e MD5 or RIPEMD128, since both of these algorithms produce 128 bit hashes. @@ -42,15 +51,6 @@ The only effective way to distinguish between two hashing algorithms that produc So, generally, regarding the percentages: + houndsniff is not meant to give the impression that the percentages are calculated in real time. The percentages are hardcoded into the program. + Still, the percentages aren't random or arbitrary. I chose to hardcode them in because it would make the tool a lot lighter, easier to maintain, so that it wouldn't require an internet connection to run, and so that it wouldn't randomly bruteforce websites. Hash algorithm popularity does not change overnight, and if it did we would just update houndsniff, so there's no reason why the percentages should be calculated in real time, and not just hardcoded in. -+ the percentages are truncated to 2 decimal digits, so they not add up to 100 exactly. ++ the percentages are truncated to 2 decimal digits, so they may not add up to 100 exactly. + only known hashing algorithms are taken into consideration when calculated them. + and lastly, the percentages are, of course, only as accurate as the web search engine results. - -Thanks ----- -Thanks a lot to tuu and fizzie, as well as kurahaupo on ##c @ freenode for their revisions and suggestions! (even though I've yet to implement everything). I truly appreciate the help. - -## Donate -[![paypal](https://mcdim.xyz/media/button_paypal2.png)](https://www.paypal.com/donate/?hosted_button_id=HZXXLD586P5CW) - -More donation options on the website: <a href="https://mcdim.xyz/"/>mcdim.xyz</a>