You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple Python CLI tool that reads file hashes from a text file and checks their reputation using the VirusTotal v3 API. Built to be free-tier friendly by respecting VirusTotal’s public API rate limits and using caching to avoid re-querying.
A Python CLI tool that reads file hashes from a text file and checks their reputation using the Kaspersky Threat Intelligence Portal (OpenTIP) API. The tool is designed for SOC analysts, incident responders, malware analysts, and penetration testers who need to enrich large hash datasets safely and reliably.
A Python script to find and optionally delete duplicate files between two directories using file size, SHA-256 hashing, and customizable strategies (keep older or newer). Supports exclusion patterns and safe deletion workflows.
Malware Detector is a lightweight Python-based tool that scans .exe files for malware by checking for suspicious code patterns and matching known malware hashes. It helps detect common threats like stealers, RATs, and ransomware in user profile directories. Includes a simple .exe version for non-technical users.