houndsniff

Hash identification tool
git clone git://mcdim.xyz/houndsniff.git
Log | Files | Refs | README | LICENSE

houndsniff.1 (1167B)


      1 .\" Manpage for Houndsniff
      2 
      3 .TH man 8 "10 Mar 2021" "2.1" "Houndsniff manual page"
      4 .SH NAME
      5 Houndsniff \- Hash algorithm identification
      6 .SH SYNOPSIS
      7 houndsniff [HASH]
      8 .SH DESCRIPTION
      9 Houndsniff is a hash 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.
     10 
     11 .B
     12 If your hash includes a dollar sign ($), make sure you place it in between quotes.
     13 
     14 
     15 Send missing hashes at
     16 .I
     17 <mk@mcdim.xyz>
     18 or contribute to the github project:
     19 .I
     20 https://github.com/MichaelDim02/houndsniff
     21 
     22 .SH OPTIONS
     23 -i	use interactive shell 
     24 
     25 -s	use scripting mode 
     26 
     27 -l	list supported hashing algorithms
     28 
     29 -v	display version and & exit
     30 
     31 -h	display help panel & exit
     32 .SH AUTHOR
     33 Michael Constantine Dimopoulos et al
     34 
     35 .LP
     36 Contributors: 
     37 .LP
     38 Christopher Wellons,
     39 .LP
     40 Martin K.
     41 .LP
     42 tuu & fizzie on ##c@freenode
     43 
     44 .SH LICENSE
     45 GNU Public License 3.0+ (GPL-3.0+)