Elliot SecOps's repositories
System-Monitor
A Bash script to monitor and display real-time CPU, memory, and disk usage of your system. The script refreshes every 5 seconds and includes error handling for robustness. // Un script Bash para monitorizar y mostrar en tiempo real el uso de CPU, memoria y disco de tu sistema. El script se actualiza cada 5 segundos e incluye gestión de errores.
Packet-Capture
This script is designed to analyze network traffic captured in a .pcap file using the pyshark library. // Este script está diseñado para analizar el tráfico de red capturado en un archivo .pcap utilizando la librería pyshark.
Secure-Fortress-Linux
Fortress Linux is an automated Linux hardening solution designed to improve your system's security posture. It integrates Ansible for streamlined deployment across multiple systems and Wazuh for continuous monitoring and alerting of security threats.
API-Security-Scanner
The API Security Scanner is a powerful tool designed to help developers and security professionals assess the security posture of their APIs. // API Security Scanner es una potente herramienta diseñada para ayudar a los desarrolladores y profesionales de la seguridad a evaluar el nivel de seguridad de sus APIs.
Docker-Security-Scanner
Minimalist yet powerful Docker security scanner implemented in Go, designed to help users identify common security issues in their running containers. The scanner checks for containers running as the root user, exposed ports, and provides a simplified check for missing security updates.
Network-Auditor
Script en Python diseñado para auditar e informar de las configuraciones de red del sistema en sistemas Linux. // Python script designed to audit and report system network configurations on Linux systems.
Backup-To-Cloud
This script automates the backup of specified directories and uploads the backup files to an AWS S3 bucket. // Este script automatiza la copia de seguridad de los directorios especificados y carga los archivos de copia de seguridad en un bucket de AWS S3.
Network-Traffic-Anomaly-Detector
a network traffic anomaly detector that captures and analyzes network packets to identify anomalous behavior. It uses machine learning techniques to detect deviations from normal traffic patterns // un detector de anomalías en el tráfico de red que captura y analiza paquetes de red para identificar comportamientos anómalos.
IoTSecurityTool
Network scanning tool designed to identify IoT devices and detect vulnerabilities in them. This tool uses Nmap to scan the network and detect devices, and then runs NSE (Nmap Scripting Engine) scripts to identify known vulnerabilities.
SecureAuthScanner
Tool designed to scan authentication protocols in networks, identifying possible vulnerabilities in the systems. Using the powerful capabilities of the Hydra tool, it allows authentication tests to be performed on various services, while Netcat (nc) is used to obtain additional information and evaluate the network environment.
Cloud-Instance-Manager
This is a management tool designed to streamline and automate the administration of EC2 instances on AWS. With features such as instance creation, start, stop and termination, parameter validation, granular error handling and support for multiple tags. This tool ensures precise control and smooth operation in your cloud environment.
Config-Analyzer
A Go-based tool for analyzing and automatically fixing security misconfigurations in common service configuration files (Apache, Nginx, SSH, etc.).
GoDockerManager
CLI tool designed to simplify the management of Docker containers. It provides a set of commands to list, start, stop, view logs, inspect, and monitor container statistics. // herramienta CLI diseñada para simplificar la gestión de contenedores Docker. Proporciona un conjunto de comandos para listar, iniciar, detener, ver registros, inspeccionar.
NetInspect
NetInspector is a Python-based tool designed to analyze network packet captures. Currently, it supports extraction and analysis of HTTP, FTP and SSH packet information.
DockerEC2Manager
DockerEC2Manager provides a secure and easy way to list your AWS EC2 instances using a Docker container. It leverages environment variables for credentials, eliminating the need to store sensitive information within the image. The container is flexible, allowing you to specify the AWS region, and can be further customized with optional features.
GoFlowMonitor
Flexible devops web application performance monitoring system that uses Go, Prometheus and Grafana to collect, analyze and visualize metrics. // Sistema flexible de supervisión devops del rendimiento de aplicaciones web que utiliza Go, Prometheus y Grafana para recopilar, analizar y visualizar métricas.
GoKubeDeploy
GoKubeDeploy is a minimalist project that demonstrates how to deploy a simple Go application on Kubernetes. It focuses on creating a health checker (/healthz) that returns a JSON indicating the status of the application.
Log-Cleaner
Script Bash minimalista diseñado para limpiar y comprimir archivos de registro antiguos para liberar espacio en disco. // minimalistic Bash script designed to clean and compress old log files to free up disk space.
Network-Analyzer
Script Go que captura y analiza el tráfico de red y paquetes en tiempo real que pasan a través de interfaces de red. // Go script that captures and analyzes real-time network traffic passing through network interfaces.
EKS-Terraform-Automated
This project deploys a Kubernetes cluster on AWS using EKS and Terraform.
elliotsecops
Config files for my GitHub profile.
Go-Secure-Input
Go-Secure-Input is a Go repository dedicated to user input validation and sanitization. This project aims to provide a robust and secure implementation of validation techniques to protect applications against common attacks such as SQL Injection and Cross-Site Scripting (XSS).
Tarea-de-Investigacion-Explorando-Git-Pt2
Continuacion de los estudios teoricos sobre Git para DevOps
Deploying-an-app-in-Kubernetes-cluster
Tarea asignada para desplegar una app sencilla en un clúster Kubernetes con Deployments y Services.
Optimizaci-n-Multi-Stage-con-Docker
Actividad para la comunidad 'Coding The Cloud' para mejorar las habilidades con Docker
Tarea-de-Investigaci-n-Explorando-Git
Tarea de Git: Clona este repo (haz un fork), completa la tarea, y sube tu respuesta al grupo Telegram.
Tarea-de-Investigacion-Explorando-Devops
Repo de investigaciones para estudiantes y practicantes DevOps