|
NAMEhashdig-find.pl - Find one or more hashes in a HashDig databaseSYNOPSIShashdig-find.pl [-qr] [-a hash-type] [-c {A|K|U}] -d db hash [hash ...]DESCRIPTIONThis utility searches for a list of hashes from a HashDig database that has been created with hashdig-make(1). MD5 hashes must match the following regular expression:^[0-9a-fA-F]{32}$ SHA1 hashes, must match the following regular expression: ^[0-9a-fA-F]{40}$ SHA256 hashes, must match the following regular expression: ^[0-9a-fA-F]{64}$ Input that does not match the required expression will cause the program to generate an error message, which will be conditionally printed based on whether or not the -q flag has been set. The output produced by this utility has the following format: hash|category|db OPTIONS
AUTHORKlayton MonroeSEE ALSOhashdig-dump(1), hashdig-make(1)LICENSEAll documentation and code are distributed under same terms and conditions as FTimes.
Visit the GSP FreeBSD Man Page Interface. |