This repository contains small, focused Python tools used for cybersecurity analysis, automation, and incident response support.
The scripts included here are practical utilities developed for real-world scenarios such as:
- Email and header analysis
- Basic forensic and log processing
- File and data manipulation
- Security-related automation tasks
All scripts are compatible with Python 3.12+ unless stated otherwise.
The tools are organized by use case to keep the repository clear and easy to navigate:
- Email & Messaging Security
- File & Data Processing
- Threat Intelligence & Analysis
- Automation & Utilities
- PowerShell scripts for Windows environments
- Documentation and operational notes
This repository is intended as a toolbox, not as a single application or framework.
📁 tools/file_processing/mcm_MCD.py
Functionality:
- Generates prime numbers from 1 to n
- Performs prime factorization
- Calculates:
- Least Common Multiple (LCM)
- Greatest Common Divisor (GCD)
📁 tools/misc/clic.py
Automates repetitive mouse actions on Windows systems.
Highlights:
- Progress bar and colored output
- Clipboard interaction
- Useful for repetitive operational tasks
📁 tools/file_processing/mezclarImg.py
Adds a URL overlay to an image and combines it with another image.
Process:
- Accepts a user-provided URL
- Writes the URL onto an image
- Resizes images to a common width
- Vertically concatenates them into a single output image
📁 tools/log_analysis/header_mail.py
Extracts and copies email headers for analysis.
Steps:
- Select a
.emlfile via file dialog - Parse the email headers
- Copy headers to clipboard
- Display a temporary confirmation label
Useful for email analysis and incident response.
📁 tools/endpoint_hygiene
- endpoint_hygiene/
- Windows endpoint hygiene checks and safe remediation
- PowerShell + Python automation
- Focused on security, stability, and transparency
Additional guides and notes can be found in the docs/ directory, including:
- OpenVAS installation notes
- Kali Linux maintenance tips
- Exchange and Active Directory connection guides
- Command reference files
- Some scripts are Windows-specific (PowerShell or GUI-based).
- Executable files (
.exe) are provided for convenience but source code is always available. - This repository focuses on utility and clarity, not on enterprise-scale tooling.
This project is licensed under the MIT License.