Skip to content

mrvcode/cyber-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

CYBER-TOOLBOX

*******************************************************************************
* *
*  ██████╗██╗   ██╗██████╗ ███████╗██████╗                                    *
* ██╔════╝╚██╗ ██╔╝██╔══██╗██╔════╝██╔══██╗                                   *
* ██║      ╚████╔╝ ██████╔╝█████╗  ██████╔╝                                   *
* ██║       ╚██╔╝  ██╔══██╗██╔══╝  ██╔══██╗                                   *
* ╚██████╗   ██║   ██████╔╝███████╗██║  ██║                                   *
*  ╚═════╝   ╚═╝   ╚═════╝ ╚══════╝╚═╝  ╚═╝                                   *
* *
* ████████╗ ██████╗  ██████╗ ██╗     ██████╗  ██████╗ ██╗  ██╗                *
* ╚══██╔══╝██╔═══██╗██╔═══██╗██║     ██╔══██╗██╔═══██╗╚██╗██╔╝                *
*    ██║   ██║   ██║██║   ██║██║     ██████╔╝██║   ██║ ╚███╔╝                 *
*    ██║   ██║   ██║██║   ██║██║     ██╔══██╗██║   ██║ ██╔██╗                 *
*    ██║   ╚██████╔╝╚██████╔╝███████╗██████╔╝╚██████╔╝██╔╝ ██╗                *
*    ╚═╝    ╚═════╝  ╚═════╝ ╚══════╝╚═════╝  ╚═════╝ ╚═╝  ╚═╝                *
* *
* - by mrvcode -                                    *
* *
*******************************************************************************

===============================================================================
  Repositorio 100% educativo · USO ÉTICO Y LEGAL OBLIGATORIO
===============================================================================

-------------------------------------------------------------------------------
*** POR QUÉ ESTE REPOSITORIO ES PÚBLICO ***
-------------------------------------------------------------------------------

1. [Aprendizaje personal] -> Scripts y apuntes de ciberseguridad y TI.
2. [Compartir conocimiento] -> Herramientas abiertas para mejora comunitaria.
3. [Acceso multi-dispositivo] -> Sincronización y versionado con Git.

-------------------------------------------------------------------------------
*** QUÉ ENCONTRARÁS AQUÍ ***
-------------------------------------------------------------------------------

* Scripts prácticos: Herramientas en Bash, Python y PowerShell.
* Documentación: Cada script incluye su .md con uso y ejemplos.
* Recursos: Sitios seguros para practicar y cheatsheets útiles.

-------------------------------------------------------------------------------
*** RESPONSABILIDAD Y USO ÉTICO ***
-------------------------------------------------------------------------------

[✔] PERMITIDO: VMs propias, labs locales, auditorías autorizadas por escrito.
[✘] PROHIBIDO: Atacar sistemas ajenos, actividades ilegales o maliciosas.

[!] IMPORTANTE: No me hago responsable del mal uso de estas herramientas.
    El uso no autorizado es ILEGAL. Si dudas, NO LO HAGAS.

-------------------------------------------------------------------------------
*** INSTALACIÓN Y USO RÁPIDO ***
-------------------------------------------------------------------------------

# Clonar el repositorio
$ git clone https://github.com/mrvcode/cyber-toolbox.git
$ cd cyber-toolbox

# Dar permisos y ejecutar (ejemplo)
$ chmod +x scripts/bash/ejemplo.sh
$ ./scripts/bash/ejemplo.sh

-------------------------------------------------------------------------------
*** ESTRUCTURA DEL PROYECTO ***
-------------------------------------------------------------------------------

cyber-toolbox/
├── README.md              # Este archivo
├── scripts/
│   ├── bash/
|   |── ps1/ 
│ 
└── notes/
    └── cheatsheets/       # Referencias rápidas

-------------------------------------------------------------------------------
*** CONTACTO ***
-------------------------------------------------------------------------------

* Autor: mrvcode
* Repo: https://github.com/mrvcode/cyber-toolbox

*******************************************************************************
* "Con gran poder, viene una gran responsabilidad... y mucho café" ☕        *
*******************************************************************************

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors