houndsniff

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

commit 71ce18ab449becbaeece27cb711e31f9796d941e
parent dcc9ffee5a087b33c486f832944c6c3b6bc8aa01
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Fri, 25 Dec 2020 16:39:56 +0000

Update README.md
Diffstat:
MREADME.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -1,12 +1,12 @@ # houndsniff -Houndsniff is a 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 commong hashing algorithm results. Email hashes that we missed at houndsniff@protonmail.com ![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 && chmod +x hound +git clone https://github.com/michaeldim02/houndsniff.git && cd houndsniff && chmod +x hound -Compile +Compile (ANSI compatible) ---- -gcc upp.h upp.c main.c select.c select.h -lsqlite3 -std=c99 -o hound +gcc upp.h upp.c main.c select.c select.h -lsqlite3 -std=c99 -ansi -o hound