Skip to content

Command line utility to check whether some data hashes to the deep web hash

License

Notifications You must be signed in to change notification settings

tweqx/dwh-check

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dwh-check

Command line utility to check whether some data hashes to the deep web hash

Usage : command | dwh-check

Return 0 and prints a message when the deep web hash is found, returns 1 otherwise.

Examples

cat file | dwh-check

find -type f -exec sh -c "cat {} | dwh-check" \;

wget -o /dev/null -O - example.com | dwh-check

echo -n sheogmiof | dwh-check > /dev/null && echo O_o

Hashes supported

  • SHA-512
  • BLAKE2b
  • Streebog
  • SHA-3
  • FNV-0/FNV-1/FNV-1a
  • Grøstl
  • MD6
  • JH
  • BLAKE-512
  • LSH
  • Skein
  • Keccak3
  • CubeHash
  • Whirlpool-0/Whirlpool-T/Whirlpool

License

GPLv3

About

Command line utility to check whether some data hashes to the deep web hash

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published