houndsniff

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

commit 60e940cc095666b8ce0679688dcc01c46152650d
parent 95df29a43761a7cfd92904e25a7644e171fe03bf
Author: Michael Constantine Dimopoulos <mk@mcdim.xyz>
Date:   Sun, 13 Feb 2022 02:53:07 +0000

Fixed readme

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -31,9 +31,11 @@ houndsniff -i ``` You can exit with ^C. -You can also use scripting mode, which allows houndsniff to get hashes from stdin and print to stdout without much eye-candy +You can also use scripting mode, which allows houndsniff to get hashes from stdin and print to stdout without much eye-candy: +``` echo "$hash" | houndsnif -s +``` Thanks ----