houndsniff

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

commit 27733d05745b61bd443c3a71288c79b79549ee90
parent a6f85332203b5a21554b5d4f7ada604dfa900a90
Author: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com>
Date:   Fri, 30 Apr 2021 09:39:58 +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.6" "Houndsniff manual page" +.TH man 8 "10 Mar 2021" "1.7" "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.6 +Current version: 1.7 .B If your hash includes a dollar sign ($), make sure you place it in between quotes.