Releases: yottajunaid/spiderhash
Release list
SpiderHash v.1.0
SpiderHash v1.0.0 Release Notes
We are excited to announce the first official release of SpiderHash, a Python-based, GUI-driven utility designed for authorized hash-cracking and security research. This tool bridges the gap between powerful command-line frameworks and an accessible graphical interface, supporting over 22 cryptographic and non-cryptographic algorithms.
Key Features
-
Diverse Attack Modes: Support for wordlist (dictionary), brute-force (charset-based), and probabilistic attack strategies.
-
Broad Algorithm Support: Coverage includes legacy standards (MD5, SHA-1), modern secure hashes (SHA-3, BLAKE2, bcrypt), and fast non-cryptographic hashes (XXHash, CityHash).
-
Real-Time Monitoring: Integrated progress bars, attempts-per-second tracking, and live status logs.
-
Responsive Architecture: Multithreaded execution ensures the GUI remains responsive even during high-intensity cracking operations.
Cross-Platform Compatibility (Wine)
While this executable is built natively for Windows 8/10/11, you can run it on Linux and macOS using Wine, a compatibility layer capable of running Windows applications.
To install Wine on your system, use the following commands:
For Linux (Ubuntu/Debian-based):
Bash
sudo apt update
sudo apt install wine
For macOS (via Homebrew):
Bash
brew install --cask wine-stable
To run the application: Navigate to the download folder in your terminal and execute: wine SpiderHash.exe
Disclaimer: SpiderHash is intended strictly for educational and authorized security testing. Unauthorized use of this tool on third-party data is illegal and strictly prohibited.