From 710e2fe5564e716c435eb2b3352414a09b1a0a61 Mon Sep 17 00:00:00 2001 From: MichaelDim02 <31562759+MichaelDim02@users.noreply.github.com> Date: Wed, 10 Mar 2021 11:34:56 +0000 Subject: [PATCH] Update houndsniff.1 --- src/houndsniff.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/houndsniff.1 b/src/houndsniff.1 index 1888d2d..e1fa78a 100644 --- 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.