Hashview

screenshot of Hashview
flask

A web front-end for password cracking and analytics

Overview:

Hashview v0.8.1 is a tool designed for security professionals to streamline and automate tasks related to password cracking. It comprises two main components: Hashview Server, a web application managing agents, and Hashview Agent, deployed on dedicated hardware. The tool aims to enhance efficiency in hashcat tasks and offers analytics for reporting purposes.

Features:

  • Automated Tasks: Helps automate repetitive password cracking tasks.
  • Hashview Server: Web application for managing agents and tasks.
  • Hashview Agent: Deployable component for executing tasks on dedicated hardware.
  • Analytics: Provides analytics with visualizations for easy inclusion in reports.
  • Upgrade Support: Simplified upgrade process by running git pull on main and starting hashview.py.
  • Server Requirements: Mandates Python 3.7+, MySQL DB, and SMTP email service for functionality.
  • Agent Requirements: Requires Python 3.7+ and Hashcat 6.2.x+ for successful operations.
flask
Flask

Flask is a lightweight and popular web framework for Python, known for its simplicity and flexibility. It is widely used to build web applications, providing a minimalistic approach to web development with features like routing, templates, and support for extensions.