Hashboy is a simple hash query tool and was redeveloped on hash-buster. So let us have a look on how to install and use the hash query tool.
Install
$git clone https://github.com/sf197/hashboy-tool
$cd hashboy-tool
$python3 hashboy.py
Usage
$ python3 hashboy.py
Author:Leiothrix Github:https://github.com/sf197
usage: hashboy.py [-h] [-s HASH] [-f FILE] [-t THREADS]
optional arguments:
-h, –help show this help message and exit
-s HASH, –hash HASH hash
-f FILE, –file FILE file containing hashes
-t THREADS, –threads THREADS
number of threads
Also Read – Chomp-Scan : A Scripted Pipeline of Tools To Streamline The Bug Bounty/Penetration Test Reconnaissance Phase
Video Tutorial
Nmap (Network Mapper) is a free tool that helps you find devices on a network,…
Introduction to the Model Context Protocol (MCP) The Model Context Protocol (MCP) is an open…
While file extensions in Linux are optional and often misleading, the file command helps decode what a…
The touch command is one of the quickest ways to create new empty files or update timestamps…
Handling large numbers of files is routine for Linux users, and that’s where the find command shines.…
Managing files and directories is foundational for Linux workflows, and the mv (“move”) command makes it easy…