Skip to content

v01dHackTeam/vhash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ”ฅ VHASH TOOL

A simple and powerful hash cracking tool developed for educational and ethical penetration testing purposes.
Supports multiple algorithms and provides fast and clear output in the terminal.


โš™๏ธ Features

  • Supports popular hash algorithms (MD5, SHA1, SHA256, etc.)
  • Reads wordlists efficiently
  • Colored terminal output
  • Lightweight and easy to run on any system (Linux / Termux / Windows)
  • Open source and beginner-friendly

๐Ÿš€ Installation

On Linux or Termux

apt install python3 git
git clone https://github.com/v01dhackteam/vhash.git
cd vhash
python3 setup.py
vhash --help