houndsniff

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit e2c6b2f437c9ec19acea5f8808bd55aeaff5e4a3
parent 89472a12dd2e80cc4531946f09289ae410465d7f
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Wed, 30 Dec 2020 00:06:43 +0000

Update README.md
Diffstat:
MREADME.md | 10+++++++---
1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,5 @@ # 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 commong hashing algorithm results. Email hashes that we missed at houndsniff@protonmail.com +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 ![Screenshot](https://1.bp.blogspot.com/-NoLj1A28LTk/X25thDwJ2hI/AAAAAAAA8HU/l219Zr9vgCEZlY-GnsDK2VCbBQk6Um_QACLcBGAsYHQ/s16000/hound.png) @@ -7,6 +7,10 @@ Clone & Install ---- git clone https://github.com/michaeldim02/houndsniff.git && cd houndsniff && chmod +x hound -Compile (ANSI compatible) +Compile (c90) ---- -gcc main.c select.c -lsqlite3 -ansi -o hound +gcc main.c select.c -lsqlite3 -std=c90 -o hound + +Thanks +---- +Thanks a lot to tuu and fizzie, as well as Martin K. on ##c @ freenode for their revisions and suggestions! (even though I've yet to implement everything). I truly appreciate the help.