Structured technical documentation repository focused on engineering environments, cybersecurity, and automation.
This project consolidates practical knowledge related to tooling, systems, virtualization, and development, organized in a reproducible and operational format.
⚠️ Note: The documentation inside this repository is primarily written in Spanish.
To centralize and standardize technical knowledge used in:
-
Laboratory environments (CTH, DFIR, Pentesting)
-
Task automation (PowerShell, Python)
-
Local infrastructure management (WSL, Docker, VMware)
-
Development and operational best practices
This repository is not theoretical. It is designed as:
-
📌 Operational knowledge base
-
📌 Quick reference guide
-
📌 Support for technical labs
-
📌 Reusable documentation for real-world projects
docs/
│
├── tooling/
│ ├── 01_powershell/
│ ├── 02_git-github/
│ ├── 03_wsl/
│ ├── 04_python/
│ ├── 05_vmware-workstation/
│ └── 06_docker/
│
scripts/
└── python/
└── (security-focused tools)
-
Fundamentals
-
Aliases and automation
-
CLI integration
-
Version control
-
Authentication (PAT / SSH)
-
Best practices and workflows
-
Installation and architecture
-
Distribution maintenance
-
Linux tooling integration
-
WSL environments
-
Project structure
-
Dependency management
-
Automation and best practices
-
Virtualization fundamentals
-
VM creation and management
-
Snapshots and portability (OVA)
-
Core concepts
-
WSL-based setup
-
Essential commands
-
Automation
-
Best practices
-
Docker Compose
This repository includes Python-based security tools, focused on:
-
Automation
-
Credential handling
-
Data processing
-
Security-oriented utilities
These scripts are designed to support laboratory environments and real-world workflows.
This repository is intended for:
-
Direct consultation via Obsidian or code editors
-
Quick reference during terminal or lab work
-
Support for deploying and maintaining technical environments
-
Clear and consistent structure
-
Separation between theory and practice
-
Execution-oriented documentation
-
Reusability across multiple projects
-
Content is optimized for lab environments
-
Some configurations may require adjustments for production use
-
Operational clarity is prioritized over theoretical abstraction
MIT License
beathunterzero
Cyber Threat Hunting & Security
[[01 - Powershell]]