houndsniff

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

commit 710e2fe5564e716c435eb2b3352414a09b1a0a61
parent a38dff42d48b09eac1a7c03adfeb0ea01383e4df
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Wed, 10 Mar 2021 11:34:56 +0000

Update houndsniff.1
Diffstat:
Msrc/houndsniff.1 | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/houndsniff.1 b/src/houndsniff.1 @@ -1,6 +1,6 @@ .\" Manpage for Houndsniff -.TH man 8 "10 Mar 2021" "1.5" "Houndsniff manual page" +.TH man 8 "10 Mar 2021" "1.6" "Houndsniff manual page" .SH NAME Houndsniff \- Hash algorithm identification .SH SYNOPSIS @@ -8,7 +8,7 @@ houndsniff [HASH] .SH DESCRIPTION Houndsniff is a hash recognition/identification program. It works by extracting two main characteristics about the the hash and comparing it to characteristics of hashes produced by different hashing algorithms stored in a local database. Then, it prints the matches sorted by popularity. The popularity of each hashing algorithm is determined by web search result numbers in comparison to other hashes with the same characteristcs. These characteristics are length and character set. -Current version: 1.5 +Current version: 1.6 .B If your hash includes a dollar sign ($), make sure you place it in between quotes.