Skip to content

Commit

Permalink
Update houndsniff.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDim02 authored Mar 10, 2021
1 parent a38dff4 commit 710e2fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/houndsniff.1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
.\" 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
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.
Expand Down

0 comments on commit 710e2fe

Please sign in to comment.