commit 15744270e0b70ec474dd8c538f75dc7c02779c59
parent f6afa725c4e03cef0fe5ab8bc175506c93f1336c
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date: Sat, 2 Jan 2021 01:36:00 +0000
Update README.md
Diffstat:
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -1,11 +1,14 @@
# houndsniff
Houndsniff is a minimal hash identification and recognition tool written in C that uses an SQLite database to compare a hash's features to characteristics of other common hashing algorithm results. Email hashes that I missed at houndsniff@protonmail.com
+Current version: 1.5
![Screenshot](https://1.bp.blogspot.com/-NoLj1A28LTk/X25thDwJ2hI/AAAAAAAA8HU/l219Zr9vgCEZlY-GnsDK2VCbBQk6Um_QACLcBGAsYHQ/s16000/hound.png)
Clone & Install
----
-git clone https://github.com/michaeldim02/houndsniff.git && cd houndsniff && chmod +x hound
+```
+git clone https://github.com/michaeldim02/houndsniff.git && cd houndsniff
+```
Compile (c89)
----